From ca2d610dba5711823999c4751897160f138a7811 Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Thu, 12 Jun 2008 18:26:05 +0000 Subject: Restore _pickle module accelerator module. Removed Windows support temporarily. 64bit bug with integer unpickling is now fixed. --- Lib/test/test_pickletools.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/test/test_pickletools.py') diff --git a/Lib/test/test_pickletools.py b/Lib/test/test_pickletools.py index ccb6c9c734..3e701b0909 100644 --- a/Lib/test/test_pickletools.py +++ b/Lib/test/test_pickletools.py @@ -12,8 +12,6 @@ class OptimizedPickleTests(AbstractPickleTests, AbstractPickleModuleTests): def loads(self, buf): return pickle.loads(buf) - module = pickle - error = KeyError def test_main(): support.run_unittest(OptimizedPickleTests) -- cgit v1.2.1