Code cleanup: duplicate headers

This commit is contained in:
2014-02-14 10:55:19 +11:00
parent d95b378c4d
commit 5621e63d36
36 changed files with 3 additions and 52 deletions

View File

@@ -377,6 +377,8 @@ void BPY_python_end(void)
BPY_atexit_unregister(); /* without this we get recursive calls to WM_exit */
Py_Finalize();
(void)gilstate;
#else
PyGILState_Release(gilstate);
#endif