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 python-dev, serhiy.storchaka, vstinner
Date 2015-11-05.13:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446728588.15.0.901439407901.issue25556@psf.upfronthosting.co.za>
In-reply-to
Content
> LGTM. The fix for LOAD_GLOBAL should be applied for all versions.

Thanks for the review. I applied the LOAD_GLOBAL fix to Python 3.5 and 3.6. Python 2.7 doesn't support globals not being dict.
History
Date User Action Args
2015-11-05 13:03:08vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2015-11-05 13:03:08vstinnersetmessageid: <1446728588.15.0.901439407901.issue25556@psf.upfronthosting.co.za>
2015-11-05 13:03:08vstinnerlinkissue25556 messages
2015-11-05 13:03:08vstinnercreate