]> granicus.if.org Git - python/commit
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 27 May 2012 08:17:07 +0000 (18:17 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 27 May 2012 08:17:07 +0000 (18:17 +1000)
commit0b43bcf5287d9494e3332b391350fcd32fe93f2c
tree4afedcf7ea32b14bb3c9a46fb8fd9532e9344bd0
parent5c6eba3a93ce5fe989e372a8b12f535c72fc4e8f
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
Lib/test/test_super.py
Lib/unittest/mock.py
Misc/NEWS
Objects/typeobject.c
Python/compile.c
Python/import.c
Python/symtable.c