[issue14857] Direct access to lexically scoped __class__ is broken in 3.3

Roundup Robot report at bugs.python.org
Sun May 27 10:17:23 CEST 2012


Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:

New changeset bcb3b81853cc by Nick Coghlan in branch 'default':
Tweak importlib._bootstrap to avoid zero-argument super so I can work on issue #14857 without breaking imports
http://hg.python.org/cpython/rev/bcb3b81853cc

New changeset 96ab78ef82a7 by Nick Coghlan in branch 'default':
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
http://hg.python.org/cpython/rev/96ab78ef82a7

----------
nosy: +python-dev
resolution:  -> fixed
stage: test needed -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14857>
_______________________________________


More information about the Python-bugs-list mailing list