commit | cc3fa88a9c9c371a310673cfea3752a0beb25dac | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 21 20:42:48 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 21 20:42:48 2012 +0100 |
tree | f0d922f2156b1b77d88f700becc0768508f8ef71 | |
parent | a1b2af8034e1da367778de18872f7a1cddcc524e [diff] [blame] |
Fix crash at startup with -W options.
diff --git a/Include/pythonrun.h b/Include/pythonrun.h index 7a29c08..6bfc175 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h
@@ -128,6 +128,7 @@ PyAPI_FUNC(int) _PyLong_Init(void); PyAPI_FUNC(void) _PyFloat_Init(void); PyAPI_FUNC(int) PyByteArray_Init(void); +PyAPI_FUNC(void) _PyRandom_Init(void); /* Various internal finalizers */ PyAPI_FUNC(void) _PyExc_Fini(void);