This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients methane, serhiy.storchaka, vstinner
Date 2017-09-21.12:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505996051.7.0.877649238915.issue31410@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, nice optimization!

I see that you reused the _PyMethodDef_RawFastCallDict() function that I added exactly for the same reason: prevent the creation of a temporary C function only created for a single call and then destroyed.
History
Date User Action Args
2017-09-21 12:14:11vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2017-09-21 12:14:11vstinnersetmessageid: <1505996051.7.0.877649238915.issue31410@psf.upfronthosting.co.za>
2017-09-21 12:14:11vstinnerlinkissue31410 messages
2017-09-21 12:14:11vstinnercreate