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 cheryl.sabella, docs@python, georg.brandl, pitrou, serhiy.storchaka, vstinner
Date 2017-12-12.13:12:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513084353.96.0.213398074469.issue19431@psf.upfronthosting.co.za>
In-reply-to
Content
> Currently you should call PyFrame_FastToLocalsWithError(), modify directly f_locals, and call PyFrame_LocalsToFast().

When happens if PyFrame_LocalsToFast() isn't called? Does it crash or is it just slower?
History
Date User Action Args
2017-12-12 13:12:33vstinnersetrecipients: + vstinner, georg.brandl, pitrou, docs@python, serhiy.storchaka, cheryl.sabella
2017-12-12 13:12:33vstinnersetmessageid: <1513084353.96.0.213398074469.issue19431@psf.upfronthosting.co.za>
2017-12-12 13:12:33vstinnerlinkissue19431 messages
2017-12-12 13:12:33vstinnercreate