mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove last traces of cStringIO.
This commit is contained in:
parent
b1ef6735ba
commit
0312494665
13 changed files with 7 additions and 119 deletions
|
@ -34,7 +34,6 @@ extern void init_socket(void);
|
|||
extern void initstruct(void);
|
||||
extern void inittime(void);
|
||||
extern void init_thread(void);
|
||||
extern void initcStringIO(void);
|
||||
extern void initpcre(void);
|
||||
#ifdef WIN32
|
||||
extern void initmsvcrt(void);
|
||||
|
@ -78,7 +77,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
#ifdef WITH_THREAD
|
||||
{"_thread", init_thread},
|
||||
#endif
|
||||
{"cStringIO", initcStringIO},
|
||||
{"pcre", initpcre},
|
||||
#ifdef WIN32
|
||||
{"msvcrt", initmsvcrt},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue