revert the addition of _pickle because it was causing havok with 64-bit

This commit is contained in:
Benjamin Peterson 2008-06-12 03:10:02 +00:00
parent f501942c76
commit 75f25f2c9a
12 changed files with 126 additions and 4695 deletions

View file

@ -153,7 +153,6 @@ struct _inittab _PyImport_Inittab[] = {
{"_fileio", PyInit__fileio},
{"_bytesio", PyInit__bytesio},
{"_stringio", PyInit__stringio},
{"_pickle", PyInit__pickle},
{"atexit", PyInit_atexit},
/* Sentinel */