]> granicus.if.org Git - python/commit
Fix a bizarre error where test_pickletools fails if preceded by test_pyclbr.
authorGuido van Rossum <guido@python.org>
Mon, 26 Feb 2007 07:07:02 +0000 (07:07 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 26 Feb 2007 07:07:02 +0000 (07:07 +0000)
commit634e53fad4874ce7a4e822a9e93e6a9c616b652a
tree19e86cfa9a7ca35b2139959cb0380b75b048656d
parent032a284752c4258be41a8b6a9658da55bb157273
Fix a bizarre error where test_pickletools fails if preceded by test_pyclbr.
The fix is in neither, but in pickle.py where a loop over sys.modules.items()
could modify sys.modules, occasionally.
Lib/pickle.py