]> granicus.if.org Git - python/commit
Restore _pickle module accelerator module.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 12 Jun 2008 18:26:05 +0000 (18:26 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 12 Jun 2008 18:26:05 +0000 (18:26 +0000)
commitca2d610dba5711823999c4751897160f138a7811
tree2f1e8b2a6c3205c21dcf26ba74787826ed02c59f
parent829b99195dade3e835cf50117963cd5b33073717
Restore _pickle module accelerator module.
Removed Windows support temporarily.
64bit bug with integer unpickling is now fixed.
Lib/pickle.py
Lib/pickletools.py
Lib/test/pickletester.py
Lib/test/test_pickle.py
Lib/test/test_pickletools.py
Misc/NEWS
Modules/_pickle.c [new file with mode: 0644]
setup.py