mirror of
https://github.com/python/cpython.git
synced 2025-12-08 02:08:20 +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
|
|
@ -125,6 +125,7 @@ PyAPI_FUNC(int) _PyFrame_Init(void);
|
|||
PyAPI_FUNC(int) _PyInt_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