Message364234
| 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:30 | shihai1991 | set | recipients: + 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:30 | shihai1991 | set | messageid: <1584280950.09.0.382972569802.issue1635741@roundup.psfhosted.org> |
| 2020-03-15 14:02:30 | shihai1991 | link | issue1635741 messages |
| 2020-03-15 14:02:30 | shihai1991 | create | |