commit | 76e12088dc913d8d6474e714dc7b99e1e0c52ebb | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jul 14 11:56:06 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jul 14 11:56:06 2010 +0000 |
tree | dfc9b0c69ca5d8c5798ec9f5dcff1c7e603bd164 | |
parent | a6c03197fd3eb027825412b1b513467812b4a9bc [diff] |
Merged revisions 82885 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82885 | antoine.pitrou | 2010-07-14 13:52:38 +0200 (mer., 14 juil. 2010) | 4 lines Issue #9251: test_threaded_import didn't fail when run through regrtest if the import lock was disabled. ........