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:28:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425648502.79.0.0604200109982.issue23571@psf.upfronthosting.co.za>
In-reply-to
Content
New patch which removes some assertions and move other assertions on result/PyErr_Occurred.

I removed useless duplicated assertions and move the final assertion at the end of PyEval_EvalFrameEx() to guarantee that the function behave correctly.
History
Date User Action Args
2015-03-06 13:28:22vstinnersetrecipients: + vstinner, serhiy.storchaka
2015-03-06 13:28:22vstinnersetmessageid: <1425648502.79.0.0604200109982.issue23571@psf.upfronthosting.co.za>
2015-03-06 13:28:22vstinnerlinkissue23571 messages
2015-03-06 13:28:22vstinnercreate