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 shihai1991
Recipients Alex Budovski, amaury.forgeotdarc, corona10, eric.snow, isoschiz, kylotan, miss-islington, pconnell, phsilva, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-03-15.14:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584280950.09.0.382972569802.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
hundreds of encoding names can not be released in Py_Finalize().
for example: 
```
0x7ff482f589e0 [1] 'iso_8859_1_1987'
0x7ff482f58970 [1] 'iso_8859_1'
```
-->
```
0x7ff482f589e0 [2] 'iso_8859_1_1987'
0x7ff482f58970 [2] 'iso_8859_1'
```
History
Date User Action Args
2020-03-15 14:02:30shihai1991setrecipients: + shihai1991, amaury.forgeotdarc, kylotan, vstinner, tlesher, phsilva, ysj.ray, santoso.wijaya, eric.snow, pconnell, isoschiz, Alex Budovski, corona10, miss-islington
2020-03-15 14:02:30shihai1991setmessageid: <1584280950.09.0.382972569802.issue1635741@roundup.psfhosted.org>
2020-03-15 14:02:30shihai1991linkissue1635741 messages
2020-03-15 14:02:30shihai1991create