From 86838b02f04a01445778584afb7acd0b05081335 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 21 Feb 2012 19:03:47 +0100 Subject: Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. --- Include/pythonrun.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/pythonrun.h') diff --git a/Include/pythonrun.h b/Include/pythonrun.h index 5054932596..e244ce713b 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -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 */ -- cgit v1.2.3