mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
revert the addition of _pickle because it was causing havok with 64-bit
This commit is contained in:
parent
f501942c76
commit
75f25f2c9a
12 changed files with 126 additions and 4695 deletions
|
|
@ -153,7 +153,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"_fileio", PyInit__fileio},
|
||||
{"_bytesio", PyInit__bytesio},
|
||||
{"_stringio", PyInit__stringio},
|
||||
{"_pickle", PyInit__pickle},
|
||||
{"atexit", PyInit_atexit},
|
||||
|
||||
/* Sentinel */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue