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 trent
Recipients trent
Date 2012-12-21.10:39:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356086390.48.0.327620937355.issue16742@psf.upfronthosting.co.za>
In-reply-to
Content
Relevant thread: http://mail.python.org/pipermail/python-dev/2012-December/123225.html

PyOS_StdioReadline features numerous calls that require the GIL to be held.  Ideally, the GIL drop-take should be moved closer to the actual underlying read system call.
History
Date User Action Args
2012-12-21 10:39:50trentsetrecipients: + trent
2012-12-21 10:39:50trentsetmessageid: <1356086390.48.0.327620937355.issue16742@psf.upfronthosting.co.za>
2012-12-21 10:39:50trentlinkissue16742 messages
2012-12-21 10:39:49trentcreate