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 Dennis Sweeney, benrg, rumpelsepp, vstinner
Date 2022-03-02.13:15:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646226930.87.0.936342124368.issue46848@roundup.psfhosted.org>
In-reply-to
Content
New changeset b6b711a1aa233001c1874af1d920e459b6bf962c by Victor Stinner in branch 'main':
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
https://github.com/python/cpython/commit/b6b711a1aa233001c1874af1d920e459b6bf962c
History
Date User Action Args
2022-03-02 13:15:30vstinnersetrecipients: + vstinner, benrg, rumpelsepp, Dennis Sweeney
2022-03-02 13:15:30vstinnersetmessageid: <1646226930.87.0.936342124368.issue46848@roundup.psfhosted.org>
2022-03-02 13:15:30vstinnerlinkissue46848 messages
2022-03-02 13:15:30vstinnercreate