diff -r 646c2388d8f5 Python/pythonrun.c --- a/Python/pythonrun.c Sun Aug 18 12:43:24 2013 +0200 +++ b/Python/pythonrun.c Sun Aug 18 15:46:15 2013 +0200 @@ -116,6 +116,10 @@ PyThreadState *_Py_Finalizing = NULL; +/* Hack to force loading of object files */ +int (*_PyOS_mystrnicmp_hack)(const char *, const char *, Py_ssize_t) = \ + PyOS_mystrnicmp; /* Python/pystrcmp.o */ + /* PyModule_GetWarningsModule is no longer necessary as of 2.6 since _warnings is builtin. This API should not be used. */ PyObject *