commit | 75f25f2c9a4646746efbc056b4d2a07b40f93964 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jun 12 03:10:02 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Jun 12 03:10:02 2008 +0000 |
tree | dc99b42d2c9e31672d27a37659ccf68951526916 | |
parent | f501942c764d25f29a2e06ba5c9917b149c7189b [diff] [blame] |
revert the addition of _pickle because it was causing havok with 64-bit
diff --git a/Lib/test/test_pickletools.py b/Lib/test/test_pickletools.py index 3e701b0..ccb6c9c 100644 --- a/Lib/test/test_pickletools.py +++ b/Lib/test/test_pickletools.py
@@ -12,6 +12,8 @@ def loads(self, buf): return pickle.loads(buf) + module = pickle + error = KeyError def test_main(): support.run_unittest(OptimizedPickleTests)