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 r.david.murray
Recipients akira, asvetlov, docs@python, martin.panter, pitrou, r.david.murray
Date 2015-01-17.18:35:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421519758.12.0.957858645713.issue23251@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, on consideration I agree with Antoine.  That last sentence should be deleted.  Otherwise we'd need to mention that the gil was released every place that the gil was released, which would be very redundant.  The general rule is that anything that blocks in python releases the GIL, therefore as Antoine says the only time we need to document GIL behavior is when that *doesn't* happen.
History
Date User Action Args
2015-01-17 18:35:58r.david.murraysetrecipients: + r.david.murray, pitrou, asvetlov, docs@python, akira, martin.panter
2015-01-17 18:35:58r.david.murraysetmessageid: <1421519758.12.0.957858645713.issue23251@psf.upfronthosting.co.za>
2015-01-17 18:35:58r.david.murraylinkissue23251 messages
2015-01-17 18:35:57r.david.murraycreate