Merged revisions 87251 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Tue, 14 Dec 2010 23:30:42 +0000 (23:30 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 14 Dec 2010 23:30:42 +0000 (23:30 +0000)
commit800dfee91a081547eaac9eabd5883998a5231324
tree0828bb792bd83febc2dc87e61e08eb11978d5f53
parent6ed3244557051031c2f3aa1de22080e12b341d1b
Merged revisions 87251 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87251 | r.david.murray | 2010-12-14 18:06:25 -0500 (Tue, 14 Dec 2010) | 4 lines

  #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