This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysj.ray
Recipients docs@python, georg.brandl, illume, jnoller, segfaulthunter, ysj.ray
Date 2010-10-26.10:06:16
SpamBayes Score 0.0030654662
Marked as misclassified No
Message-id <1288087578.97.0.525331191674.issue6269@psf.upfronthosting.co.za>
In-reply-to
Content
Agree with Jesse, the description in the patch is not quite correct. I think detailed description of the GIL has been given in C API documentation: http://docs.python.org/c-api/init.html#thread-state-and-the-global-interpreter-lock. How about just give this link in threading module documentation?
History
Date User Action Args
2010-10-26 10:06:19ysj.raysetrecipients: + ysj.ray, georg.brandl, illume, jnoller, segfaulthunter, docs@python
2010-10-26 10:06:18ysj.raysetmessageid: <1288087578.97.0.525331191674.issue6269@psf.upfronthosting.co.za>
2010-10-26 10:06:17ysj.raylinkissue6269 messages
2010-10-26 10:06:16ysj.raycreate