mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
cPickle was removed
This commit is contained in:
parent
15d3d04547
commit
9cfc62c44f
9 changed files with 1 additions and 21 deletions
|
|
@ -287,7 +287,6 @@ SRC.MODULES= $(addprefix $(TOP), \
|
|||
Modules/cmathmodule.c \
|
||||
Modules/_codecsmodule.c \
|
||||
Modules/collectionsmodule.c \
|
||||
Modules/cPickle.c \
|
||||
Modules/cStringIO.c \
|
||||
Modules/_csv.c \
|
||||
Modules/datetimemodule.c \
|
||||
|
|
|
|||
|
|
@ -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},
|
||||
|
|
|
|||
|
|
@ -1196,10 +1196,6 @@ EXPORTS
|
|||
"dequeiter_type"
|
||||
"dequereviter_type"
|
||||
|
||||
; From python25_s.lib(cPickle)
|
||||
; "initcPickle"
|
||||
; "fast_save_leave"
|
||||
|
||||
; From python25_s.lib(cStringIO)
|
||||
; "initcStringIO"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue