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 Mark.Shannon, corona10, rhettinger, shihai1991, vstinner
Date 2020-06-25.12:07:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593086866.14.0.115652675284.issue40521@roundup.psfhosted.org>
In-reply-to
Content
New changeset 91698d8caa4b5bb6e8dbb64b156e8afe9e32cac1 by Victor Stinner in branch 'master':
bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142)
https://github.com/python/cpython/commit/91698d8caa4b5bb6e8dbb64b156e8afe9e32cac1
History
Date User Action Args
2020-06-25 12:07:46vstinnersetrecipients: + vstinner, rhettinger, Mark.Shannon, corona10, shihai1991
2020-06-25 12:07:46vstinnersetmessageid: <1593086866.14.0.115652675284.issue40521@roundup.psfhosted.org>
2020-06-25 12:07:46vstinnerlinkissue40521 messages
2020-06-25 12:07:46vstinnercreate