mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user