Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.

This commit is contained in:
Antoine Pitrou 2012-02-21 19:08:26 +01:00
commit 528b54b263
5 changed files with 41 additions and 4 deletions

View file

@ -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 *);