]> granicus.if.org Git - python/commit
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 11 Jun 2004 14:41:18 +0000 (14:41 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 11 Jun 2004 14:41:18 +0000 (14:41 +0000)
commit3ecdb250afb74f77b1148dea2bf08775f9de2ab3
treebc4c888a8906ceca0be3563791f350b6813cf956
parent51ffac6db7a97efa4e1593583fa66a98b5a9f904
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
have a __module__. Test for this case.

Bugfix candidate, will backport.
Misc/NEWS
Objects/typeobject.c