mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Remove PyInit_cStringIO again.
This commit is contained in:
parent
6cb0109d64
commit
e8465f2b41
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ extern PyObject* PyInit__sha256(void);
|
|||
extern PyObject* PyInit__sha512(void);
|
||||
extern PyObject* PyInit_time(void);
|
||||
extern PyObject* PyInit__thread(void);
|
||||
extern PyObject* PyInit_cStringIO(void);
|
||||
#ifdef WIN32
|
||||
extern PyObject* PyInit_msvcrt(void);
|
||||
extern PyObject* PyInit__locale(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue