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 gregory.p.smith, python-dev, vstinner
Date 2013-07-15.22:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373926096.7.0.0575776077634.issue18408@psf.upfronthosting.co.za>
In-reply-to
Content
frame_fasttolocals.patch: Add a new PyFrame_FastToLocalsWithError() function, same than PyFrame_FastToLocals(), except that errors are reported.

This function is not atomic: if an error occurs in the middle of map_to_dict(), the frame can enter an inconsistent state. Is it worse than not reporting the failure?
History
Date User Action Args
2013-07-15 22:08:16vstinnersetrecipients: + vstinner, gregory.p.smith, python-dev
2013-07-15 22:08:16vstinnersetmessageid: <1373926096.7.0.0575776077634.issue18408@psf.upfronthosting.co.za>
2013-07-15 22:08:16vstinnerlinkissue18408 messages
2013-07-15 22:08:16vstinnercreate