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:39:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446730779.66.0.881561714323.issue25556@psf.upfronthosting.co.za>
In-reply-to
Content
> In issue25557 I mentioned that there is the same error for globals which are dict.

This issue fixed a bug for LOAD_GLOBAL bytecode bytecode when globals are not dict. (Sorry, I wrote LOAD_NAME bytecode in my first message, it was a mistake.)

Please discuss the issue #25557 in the issue #issue25557. (I already replied there, I don't understand where you spotted a bug.)
History
Date User Action Args
2015-11-05 13:39:39vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2015-11-05 13:39:39vstinnersetmessageid: <1446730779.66.0.881561714323.issue25556@psf.upfronthosting.co.za>
2015-11-05 13:39:39vstinnerlinkissue25556 messages
2015-11-05 13:39:39vstinnercreate