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 Jim Fasarakis-Hilliard, amaury.forgeotdarc, corona10, eric.snow, isoschiz, kylotan, lukasz.langa, miss-islington, pconnell, phsilva, python-dev, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-07-03.14:59:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593788360.94.0.847978524943.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
New changeset 3549ca313a6103a3adb281ef3a849298b7d7f72c by Victor Stinner in branch 'master':
bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270)
https://github.com/python/cpython/commit/3549ca313a6103a3adb281ef3a849298b7d7f72c
History
Date User Action Args
2020-07-03 14:59:21vstinnersetrecipients: + vstinner, amaury.forgeotdarc, kylotan, tlesher, phsilva, ysj.ray, santoso.wijaya, lukasz.langa, python-dev, eric.snow, pconnell, isoschiz, Jim Fasarakis-Hilliard, corona10, miss-islington, shihai1991
2020-07-03 14:59:20vstinnersetmessageid: <1593788360.94.0.847978524943.issue1635741@roundup.psfhosted.org>
2020-07-03 14:59:20vstinnerlinkissue1635741 messages
2020-07-03 14:59:20vstinnercreate