Fix crash at startup with -W options.

This commit is contained in:
Antoine Pitrou 2012-02-21 20:42:48 +01:00
parent a1b2af8034
commit cc3fa88a9c
5 changed files with 39 additions and 4 deletions

View file

@ -67,7 +67,6 @@ static void call_sys_exitfunc(void);
static void call_ll_exitfuncs(void);
extern void _PyUnicode_Init(void);
extern void _PyUnicode_Fini(void);
extern void _PyRandom_Init(void);
#ifdef WITH_THREAD
extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);