зеркало из https://github.com/mozilla/pjs.git
Fix build breakage for Python 2.2 and earlier - not part of the build.
This commit is contained in:
Родитель
ec4761fa85
Коммит
eae5b32009
|
@ -102,7 +102,9 @@ extern "C" NS_EXPORT nsresult PyXPCOM_NSGetModule(nsIComponentManager *servMgr,
|
||||||
return NS_ERROR_FAILURE;
|
return NS_ERROR_FAILURE;
|
||||||
}
|
}
|
||||||
PyEval_InitThreads();
|
PyEval_InitThreads();
|
||||||
|
#ifndef PYXPCOM_USE_PYGILSTATE
|
||||||
PyXPCOM_InterpreterState_Ensure();
|
PyXPCOM_InterpreterState_Ensure();
|
||||||
|
#endif
|
||||||
PyEval_SaveThread();
|
PyEval_SaveThread();
|
||||||
}
|
}
|
||||||
#endif // LOADER_LINKS_WITH_PYTHON
|
#endif // LOADER_LINKS_WITH_PYTHON
|
||||||
|
|
Загрузка…
Ссылка в новой задаче