mirror of
https://github.com/python/cpython.git
synced 2025-08-16 06:40:56 +00:00
Fix crash at startup with -W options.
This commit is contained in:
parent
a1b2af8034
commit
cc3fa88a9c
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