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 eric.snow, ncoghlan, vstinner
Date 2020-06-02.12:03:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 59d3dce69b0a4f6ee17578ae68037cc7ae90936f by Victor Stinner in branch 'master':
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
https://github.com/python/cpython/commit/59d3dce69b0a4f6ee17578ae68037cc7ae90936f
History
Date User Action Args
2020-06-02 12:03:33vstinnersetrecipients: + vstinner, ncoghlan, eric.snow
2020-06-02 12:03:33vstinnersetmessageid: <[email protected]>
2020-06-02 12:03:33vstinnerlinkissue40839 messages
2020-06-02 12:03:33vstinnercreate