Message264466
Upon closer inspection, redefine _PyArg_NoKeywords as a macro turned out to be not such a good idea. Other use of _PyArg_NoKeywords are in __new__ and __init__ methods. Create these objects in most cases (except may be slice) is performance critical operation than calling itemgetter, attrgetter or methodcaller object. It is better to add this microoptimization on cases (set and frozenset already have it). |
|
Date |
User |
Action |
Args |
2016-04-29 06:22:05 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, python-dev, martin.panter, josh.r, xiang.zhang |
2016-04-29 06:22:05 | serhiy.storchaka | set | messageid: <1461910925.18.0.142683144702.issue26822@psf.upfronthosting.co.za> |
2016-04-29 06:22:05 | serhiy.storchaka | link | issue26822 messages |
2016-04-29 06:22:04 | serhiy.storchaka | create | |
|