mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue 2917: Merge the pickle and cPickle module.
This commit is contained in:
parent
1e637b7373
commit
cc313061a5
8 changed files with 4685 additions and 126 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue