Message195772
And yet one nitpick. For int subclasses which doesn't overload the __int__ method the patch calls default int.__int__ which creates a copy of int object. This is redundant in PyLong_As* functions because they only extract C int value and drop Python int object. So we can use int subclass object itself as good as int object. |
|
| Date |
User |
Action |
Args |
| 2013-08-21 11:32:36 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, barry, mark.dickinson, ncoghlan, vstinner, alex, docs@python, ethan.furman, eric.snow |
| 2013-08-21 11:32:36 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-08-21 11:32:36 | serhiy.storchaka | link | issue17576 messages |
| 2013-08-21 11:32:36 | serhiy.storchaka | create | |
|