mirror of
https://github.com/python/cpython.git
synced 2025-12-06 01:22:45 +00:00
Fix crash at startup with -W options.
This commit is contained in:
parent
876e789f65
commit
776af4002b
5 changed files with 39 additions and 4 deletions
|
|
@ -67,7 +67,6 @@ static void call_sys_exitfunc(void);
|
|||
static void call_ll_exitfuncs(void);
|
||||
extern void _PyUnicode_Init(void);
|
||||
extern void _PyUnicode_Fini(void);
|
||||
extern void _PyRandom_Init(void);
|
||||
|
||||
#ifdef WITH_THREAD
|
||||
extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue