]> granicus.if.org Git - python/commit
only clear a module's __dict__ if the module is the only one with a reference to...
authorBenjamin Peterson <benjamin@python.org>
Thu, 15 Oct 2009 15:44:46 +0000 (15:44 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 15 Oct 2009 15:44:46 +0000 (15:44 +0000)
commit196b0925ca55bf22ffbb97733cff3e63d4fb6e18
treec546b34790bc5d6b122a7213886579fbad62c1b7
parent96e319e5ac93c7342ca3edd2322dad688199fac6
only clear a module's __dict__ if the module is the only one with a reference to it #7140
Lib/test/test_module.py
Misc/NEWS
Objects/moduleobject.c