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 vstinner
Recipients JelleZijlstra, benjamin.peterson, corona10, remi.lapeyre, serhiy.storchaka, stutzbach, vstinner
Date 2020-06-03.15:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591199369.22.0.54967977604.issue40826@roundup.psfhosted.org>
In-reply-to
Content
New changeset 5d2396c8cf68fba0a949c6ce474a505e3aba9c1f by Victor Stinner in branch '3.9':
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
https://github.com/python/cpython/commit/5d2396c8cf68fba0a949c6ce474a505e3aba9c1f
History
Date User Action Args
2020-06-03 15:49:29vstinnersetrecipients: + vstinner, benjamin.peterson, stutzbach, serhiy.storchaka, JelleZijlstra, corona10, remi.lapeyre
2020-06-03 15:49:29vstinnersetmessageid: <1591199369.22.0.54967977604.issue40826@roundup.psfhosted.org>
2020-06-03 15:49:29vstinnerlinkissue40826 messages
2020-06-03 15:49:29vstinnercreate