Message287098
Proposed patch makes _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and _PyArg_NoPositional() macros. This eliminates the overhead of the cross-module function call in common case.
This idea was previously discussed in issue26822 and raised again in issue29452. |
|
Date |
User |
Action |
Args |
2017-02-06 08:09:51 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, vstinner |
2017-02-06 08:09:51 | serhiy.storchaka | set | messageid: <1486368591.1.0.81893713474.issue29460@psf.upfronthosting.co.za> |
2017-02-06 08:09:51 | serhiy.storchaka | link | issue29460 messages |
2017-02-06 08:09:50 | serhiy.storchaka | create | |
|