Message 109832 - Python tracker (original) (raw)
Message109832
Author | amaury.forgeotdarc |
---|---|
Recipients | amaury.forgeotdarc, docs@python, georg.brandl, glchapman21, kunoospald, terry.reedy, urBan_dK |
Date | 2010-07-10.07:36:33 |
SpamBayes Score | 0.001030654 |
Marked as misclassified | No |
Message-id | 1278747397.02.0.173500361676.issue1720250@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
This is still the case: the documentation should mention that PyEval_ReleaseLock() is not the correct function to release "the GIL", both the interpreter lock *and* the current thread state have to be released. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-07-10 07:36:37 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, georg.brandl, terry.reedy, kunoospald, urBan_dK, glchapman21, docs@python |
2010-07-10 07:36:37 | amaury.forgeotdarc | set | messageid: 1278747397.02.0.173500361676.issue1720250@psf.upfronthosting.co.za |
2010-07-10 07:36:34 | amaury.forgeotdarc | link | issue1720250 messages |
2010-07-10 07:36:34 | amaury.forgeotdarc | create |