mirror of
https://github.com/python/cpython.git
synced 2025-08-17 07:11:51 +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
|
@ -128,6 +128,7 @@ PyAPI_FUNC(int) _PyInt_Init(void);
|
|||
PyAPI_FUNC(int) _PyLong_Init(void);
|
||||
PyAPI_FUNC(void) _PyFloat_Init(void);
|
||||
PyAPI_FUNC(int) PyByteArray_Init(void);
|
||||
PyAPI_FUNC(void) _PyRandom_Init(void);
|
||||
|
||||
/* Various internal finalizers */
|
||||
PyAPI_FUNC(void) _PyExc_Fini(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue