commit | 634e53fad4874ce7a4e822a9e93e6a9c616b652a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 26 07:07:02 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 26 07:07:02 2007 +0000 |
tree | 19e86cfa9a7ca35b2139959cb0380b75b048656d | |
parent | 032a284752c4258be41a8b6a9658da55bb157273 [diff] |
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.