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 Michael.Felt, corona10, petdance, shihai1991, vstinner
Date 2020-04-07.23:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586302950.82.0.573850605592.issue40170@roundup.psfhosted.org>
In-reply-to
Content
New changeset 45ec5b99aefa54552947049086e87ec01bc2fc9a by Victor Stinner in branch 'master':
bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)
https://github.com/python/cpython/commit/45ec5b99aefa54552947049086e87ec01bc2fc9a
History
Date User Action Args
2020-04-07 23:42:30vstinnersetrecipients: + vstinner, Michael.Felt, corona10, shihai1991, petdance
2020-04-07 23:42:30vstinnersetmessageid: <1586302950.82.0.573850605592.issue40170@roundup.psfhosted.org>
2020-04-07 23:42:30vstinnerlinkissue40170 messages
2020-04-07 23:42:30vstinnercreate