summaryrefslogtreecommitdiff
path: root/PC/os2emx
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-24 02:51:04 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-24 02:51:04 +0000
commitda359b46bf25c948f111c0ae84c5af5e53899525 (patch)
tree72c931caf9ce0c11059a2aed010f52ae34abd873 /PC/os2emx
parentbabea115b8071ed8717d65e29a66f6d98ce3b86b (diff)
downloadcpython-da359b46bf25c948f111c0ae84c5af5e53899525.tar.gz
cPickle was removed
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/Makefile1
-rw-r--r--PC/os2emx/config.c2
-rw-r--r--PC/os2emx/python25.def4
3 files changed, 0 insertions, 7 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 0761fb1830..b84d22bd3f 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -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 \
diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c
index 26714a3dca..529fe2cb4a 100644
--- a/PC/os2emx/config.c
+++ b/PC/os2emx/config.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},
diff --git a/PC/os2emx/python25.def b/PC/os2emx/python25.def
index c7dddf552c..bb3d64f30c 100644
--- a/PC/os2emx/python25.def
+++ b/PC/os2emx/python25.def
@@ -1196,10 +1196,6 @@ EXPORTS
"dequeiter_type"
"dequereviter_type"
-; From python25_s.lib(cPickle)
-; "initcPickle"
-; "fast_save_leave"
-
; From python25_s.lib(cStringIO)
; "initcStringIO"