commit | 64a1e7cab1fe8f0b0b42b93bbd40e73fc983c138 | [log] [tgz] |
---|---|---|
author | R. David Murray <[email protected]> | Wed Dec 15 01:36:03 2010 +0000 |
committer | R. David Murray <[email protected]> | Wed Dec 15 01:36:03 2010 +0000 |
tree | 26ea48b3229827183f286e8121d45e51ec627be0 | |
parent | 66ea7c32d21a5c8616a9fb79bfbe100af9bcb6a6 [diff] |
Merged revisions 87251 via svnmerge from svn+ssh://[email protected]/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. ........