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-23.22:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592951654.97.0.587563365899.issue40521@roundup.psfhosted.org>
In-reply-to
Content
New changeset 90ed8a6d71b2d6e0853c14e8e6f85fe730a4329a by Victor Stinner in branch 'master':
bpo-40521: Optimize PyUnicode_New(0, maxchar) (GH-21099)
https://github.com/python/cpython/commit/90ed8a6d71b2d6e0853c14e8e6f85fe730a4329a
History
Date User Action Args
2020-06-23 22:34:15vstinnersetrecipients: + vstinner, rhettinger, Mark.Shannon, corona10, shihai1991
2020-06-23 22:34:14vstinnersetmessageid: <1592951654.97.0.587563365899.issue40521@roundup.psfhosted.org>
2020-06-23 22:34:14vstinnerlinkissue40521 messages
2020-06-23 22:34:14vstinnercreate