]> granicus.if.org Git - python/commit
hide the __class__ closure from the class body (#12370)
authorBenjamin Peterson <benjamin@python.org>
Wed, 15 May 2013 20:26:42 +0000 (15:26 -0500)
committerBenjamin Peterson <benjamin@python.org>
Wed, 15 May 2013 20:26:42 +0000 (15:26 -0500)
commit312595ce3a75e91d53222e486dfdd6f3668422ca
tree6128e0533586fff8500ef53ed91232a43af8b7dc
parentfe361dfab588b75b9714b31648b98b982e6d1eda
hide the __class__ closure from the class body (#12370)
Include/symtable.h
Lib/importlib/_bootstrap.py
Lib/test/test_super.py
Misc/NEWS
Python/compile.c
Python/importlib.h
Python/symtable.c