Message 97714 - Python tracker
Message97714
| Author | vstinner |
|---|---|
| Recipients | amaury.forgeotdarc, jnoller, nirai, pitrou, vstinner |
| Date | 2010-01-13.13:45:07 |
| SpamBayes Score | 0.00013614906 |
| Marked as misclassified | No |
| Message-id | <1263390309.85.0.0981299030537.issue7544@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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())? |
|
| History | |||
|---|---|---|---|
| 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: <1263390309.85.0.0981299030537.issue7544@psf.upfronthosting.co.za> |
| 2010-01-13 13:45:08 | vstinner | link | issue7544 messages |
| 2010-01-13 13:45:07 | vstinner | create | |