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 corona10, erlendaasland, miss-islington, pablogsal, petr.viktorin, phsilva, rhettinger, serhiy.storchaka, shihai1991, vstinner
Date 2021-04-21.22:10:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619043035.67.0.545107743212.issue40137@roundup.psfhosted.org>
In-reply-to
Content
New changeset 760da626ff4124e1344fd8b7dbeb83b2c4b7c12c by Victor Stinner in branch 'master':
bpo-40137: Optimize _PyType_GetModuleByDef() loop (GH-25505)
https://github.com/python/cpython/commit/760da626ff4124e1344fd8b7dbeb83b2c4b7c12c
History
Date User Action Args
2021-04-21 22:10:35vstinnersetrecipients: + vstinner, rhettinger, phsilva, petr.viktorin, serhiy.storchaka, corona10, pablogsal, miss-islington, shihai1991, erlendaasland
2021-04-21 22:10:35vstinnersetmessageid: <1619043035.67.0.545107743212.issue40137@roundup.psfhosted.org>
2021-04-21 22:10:35vstinnerlinkissue40137 messages
2021-04-21 22:10:35vstinnercreate