]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 11 Jun 2004 15:09:41 +0000 (15:09 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 11 Jun 2004 15:09:41 +0000 (15:09 +0000)
commit7dddbfebaa63793c542505f73078c1545481f7c4
tree54439ea254a77eac1dc0b916b04c350beaee2340
parentef9e5a5e0f7a348d4da82e389ddf37caa96a54b9
Backport:
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
have a __module__. Test for this case.
Misc/NEWS
Objects/typeobject.c