mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
cPickle was removed
This commit is contained in:
parent
15d3d04547
commit
9cfc62c44f
9 changed files with 1 additions and 21 deletions
|
|
@ -35,7 +35,6 @@ extern void initstruct(void);
|
|||
extern void inittime(void);
|
||||
extern void initthread(void);
|
||||
extern void initcStringIO(void);
|
||||
extern void initcPickle(void);
|
||||
extern void initpcre(void);
|
||||
#ifdef WIN32
|
||||
extern void initmsvcrt(void);
|
||||
|
|
@ -80,7 +79,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"thread", initthread},
|
||||
#endif
|
||||
{"cStringIO", initcStringIO},
|
||||
{"cPickle", initcPickle},
|
||||
{"pcre", initpcre},
|
||||
#ifdef WIN32
|
||||
{"msvcrt", initmsvcrt},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue