Fix test failure in test_cmd_line by initializing the hash secret at the earliest...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 21 Feb 2012 18:08:26 +0000 (19:08 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 21 Feb 2012 18:08:26 +0000 (19:08 +0100)
1  2 
Include/pythonrun.h
Modules/main.c
Python/pythonrun.c

Simple merge
diff --cc Modules/main.c
Simple merge
index 54d39a5a91f37fb84de0317d9cbe60bc2280a00e,584a19b426b60c13bb731a0b93bb12b5b93bf539..a642c0b0dafd42d66267a9894ef57f083f8582c6
@@@ -71,9 -70,6 +71,8 @@@ extern int _PyUnicode_Init(void)
  extern void _PyUnicode_Fini(void);
  extern int _PyLong_Init(void);
  extern void PyLong_Fini(void);
- extern void _PyRandom_Init(void);
 +extern int _PyFaulthandler_Init(void);
 +extern void _PyFaulthandler_Fini(void);
  
  #ifdef WITH_THREAD
  extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);