Message97714
Another problem with my patch! If initsite() calls PyGILState_Ensure(): assert(autoInterpreterState) fails because autoInterpreterState is NULL.
_PyGILState_Init() have to be called before initsite(). I don't know where it should be called exactly. Why not just after the PyThreadState_New() (in Py_InitializeEx())? |
|
| Date |
User |
Action |
Args |
| 2010-01-13 13:45:10 | vstinner | set | recipients:
+ vstinner, amaury.forgeotdarc, pitrou, jnoller, nirai |
| 2010-01-13 13:45:09 | vstinner | set | messageid: <[email protected]> |
| 2010-01-13 13:45:08 | vstinner | link | issue7544 messages |
| 2010-01-13 13:45:07 | vstinner | create | |
|