SIGN IN SIGN UP

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.
G
Guido van Rossum committed
634e53fad4874ce7a4e822a9e93e6a9c616b652a
Parent: 032a284