]> granicus.if.org Git - python/commit
#4236: avoid possible Fatal Error when import is called from __del__
authorR. David Murray <rdmurray@bitdance.com>
Tue, 14 Dec 2010 23:06:25 +0000 (23:06 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 14 Dec 2010 23:06:25 +0000 (23:06 +0000)
commitce4b170c5a6ab03af66331871f827fb021cebe18
tree520ad32eac01352bf8249cb8b4338218e41a33b1
parent95333e3aa989c727b7a13ad32c1d169f70bd57ef
#4236: avoid possible Fatal Error when import is called from __del__

Patch by Simon Cross, crasher test code by Martin von Löwis.
Lib/test/test_import.py
Misc/NEWS
Objects/moduleobject.c