mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
This commit is contained in:
parent
dbd3f6173a
commit
86838b02f0
5 changed files with 41 additions and 4 deletions
|
@ -196,6 +196,7 @@ PyAPI_FUNC(void) _PyImportHooks_Init(void);
|
|||
PyAPI_FUNC(int) _PyFrame_Init(void);
|
||||
PyAPI_FUNC(void) _PyFloat_Init(void);
|
||||
PyAPI_FUNC(int) PyByteArray_Init(void);
|
||||
PyAPI_FUNC(void) _PyRandom_Init(void);
|
||||
#endif
|
||||
|
||||
/* Various internal finalizers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue