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 serhiy.storchaka, vstinner
Date 2015-03-06.13:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425649872.98.0.938983178171.issue23571@psf.upfronthosting.co.za>
In-reply-to
Content
New patch to take in account Serhiy's comments. I also fixed call_function(), I forgot to call _Py_CheckFunctionResult() in two cases.
History
Date User Action Args
2015-03-06 13:51:13vstinnersetrecipients: + vstinner, serhiy.storchaka
2015-03-06 13:51:12vstinnersetmessageid: <1425649872.98.0.938983178171.issue23571@psf.upfronthosting.co.za>
2015-03-06 13:51:12vstinnerlinkissue23571 messages
2015-03-06 13:51:12vstinnercreate