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 larry, methane, serhiy.storchaka, vstinner, yselivanov
Date 2017-01-17.01:10:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484615405.29.0.220284980222.issue29286@psf.upfronthosting.co.za>
In-reply-to
Content
ac_more_fastcalls.patch: Hum, I guess that your change on _PyStack_UnpackDict() is related to a bug in the function prototype. The function is unable to report failure if args is NULL. It changed the API in the change 38ab8572fde2.
History
Date User Action Args
2017-01-17 01:10:05vstinnersetrecipients: + vstinner, larry, methane, serhiy.storchaka, yselivanov
2017-01-17 01:10:05vstinnersetmessageid: <1484615405.29.0.220284980222.issue29286@psf.upfronthosting.co.za>
2017-01-17 01:10:05vstinnerlinkissue29286 messages
2017-01-17 01:10:05vstinnercreate