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 python-dev
Recipients python-dev, serhiy.storchaka, vstinner
Date 2015-11-05.13:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151105130216.57611.86030@psf.io>
In-reply-to
Content
New changeset 1e87bcf20707 by Victor Stinner in branch '3.5':
Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the
https://hg.python.org/cpython/rev/1e87bcf20707

New changeset c1414f80ebc9 by Victor Stinner in branch 'default':
Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception
https://hg.python.org/cpython/rev/c1414f80ebc9
History
Date User Action Args
2015-11-05 13:02:24python-devsetrecipients: + python-dev, vstinner, serhiy.storchaka
2015-11-05 13:02:24python-devlinkissue25556 messages
2015-11-05 13:02:24python-devcreate