]> granicus.if.org Git - python/commit
Using CleanImport to revert a reload of the os module doesn't work due to function...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 18 Oct 2009 05:38:48 +0000 (05:38 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 18 Oct 2009 05:38:48 +0000 (05:38 +0000)
commit9039b83c534251d8a28a16ac25fac20c17382945
treeb4dbf28fbea47f546b26787ca9db1e4c021aa20f
parent83f1ef681ff2f0c393bc79bd0c1ccdb558634be4
Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
Lib/test/test_imp.py
Lib/test/test_import.py