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-08.00:02:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586304124.8.0.101058417732.issue40170@roundup.psfhosted.org>
In-reply-to
Content
New changeset a15e260b708a98edaba86a2aa663c3f6b2abc964 by Victor Stinner in branch 'master':
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
https://github.com/python/cpython/commit/a15e260b708a98edaba86a2aa663c3f6b2abc964
History
Date User Action Args
2020-04-08 00:02:04vstinnersetrecipients: + vstinner, Michael.Felt, corona10, shihai1991, petdance
2020-04-08 00:02:04vstinnersetmessageid: <1586304124.8.0.101058417732.issue40170@roundup.psfhosted.org>
2020-04-08 00:02:04vstinnerlinkissue40170 messages
2020-04-08 00:02:04vstinnercreate