mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
cPickle was removed
This commit is contained in:
parent
15d3d04547
commit
9cfc62c44f
9 changed files with 1 additions and 21 deletions
|
@ -50,7 +50,6 @@ extern void init_symtable();
|
|||
extern void init_weakref();
|
||||
extern void initarray();
|
||||
extern void initbinascii();
|
||||
extern void initcPickle();
|
||||
extern void initcStringIO();
|
||||
extern void initcollections();
|
||||
extern void initcmath();
|
||||
|
@ -112,7 +111,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"_weakref", init_weakref},
|
||||
{"array", initarray},
|
||||
{"binascii", initbinascii},
|
||||
{"cPickle", initcPickle},
|
||||
{"cStringIO", initcStringIO},
|
||||
{"collections", initcollections},
|
||||
{"cmath", initcmath},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue