]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Warn about creating global variables by __setattr__ that shadow builtin
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Mon, 9 Jun 2003 18:42:19 +0000 (18:42 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Mon, 9 Jun 2003 18:42:19 +0000 (18:42 +0000)
commit4e3363e884062e1ad6002fc8cc85201a2dea43d7
treea331ac5a6d90ffdb6f241f6e392100f05835678a
parentc4370d94e1ae7f6ab02f054c64986abcf0f0c7f2
Warn about creating global variables by __setattr__ that shadow builtin
names.  Unfortunately, this is not bulletproof since the module
dictionary can be modified directly.
Misc/NEWS
Objects/moduleobject.c