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 eric.snow, flox, gvanrossum, ncoghlan, pitrou, vstinner
Date 2013-05-25.16:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369497654.41.0.241397506834.issue17934@psf.upfronthosting.co.za>
In-reply-to
Content
I may be safer to initialize f->f_executing to 1 at the creation of the frame, and only change its value to 0 when the execution is done. (The name of the attribute may also be changed.) I don't know if it is possible, but a frame should not be cleared just before it is used to execute code.
History
Date User Action Args
2013-05-25 16:00:54vstinnersetrecipients: + vstinner, gvanrossum, ncoghlan, pitrou, flox, eric.snow
2013-05-25 16:00:54vstinnersetmessageid: <1369497654.41.0.241397506834.issue17934@psf.upfronthosting.co.za>
2013-05-25 16:00:54vstinnerlinkissue17934 messages
2013-05-25 16:00:54vstinnercreate