mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +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
|
@ -193,6 +193,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