mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
This commit is contained in:
commit
528b54b263
5 changed files with 41 additions and 4 deletions
|
@ -73,7 +73,6 @@ extern int _PyLong_Init(void);
|
|||
extern void PyLong_Fini(void);
|
||||
extern int _PyFaulthandler_Init(void);
|
||||
extern void _PyFaulthandler_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