Message336050
Numerous explicit calls of PyNumber_Index() which are used to protect from passing non-integral types to PyLong_AsLong() and like can be removed after the end of the deprecation period. I tried to mark calls which can be removed with comments, but virtually all calls can be removed. |
|
| Date |
User |
Action |
Args |
| 2019-02-20 08:34:51 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, mark.dickinson, vstinner |
| 2019-02-20 08:34:51 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2019-02-20 08:34:51 | serhiy.storchaka | link | issue36048 messages |
| 2019-02-20 08:34:51 | serhiy.storchaka | create | |
|