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 methane
Recipients ezio.melotti, lemburg, methane, serhiy.storchaka, vstinner
Date 2019-03-18.10:08:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552903704.38.0.924643561769.issue36297@roundup.psfhosted.org>
In-reply-to
Content
I tried to remove all legacy API and wchar_t cache in unicodeobject.  This is experimental branch.
https://github.com/methane/cpython/pull/18/files


I'm thinking about adding configure option to remove them from 3.8.

* It may help people to find third party extensions using legacy API.
* Projects which doesn't use such third party extension can use this option to reduce some memory usage (8 byte for all unicode object).
History
Date User Action Args
2019-03-18 10:08:24methanesetrecipients: + methane, lemburg, vstinner, ezio.melotti, serhiy.storchaka
2019-03-18 10:08:24methanesetmessageid: <1552903704.38.0.924643561769.issue36297@roundup.psfhosted.org>
2019-03-18 10:08:24methanelinkissue36297 messages
2019-03-18 10:08:24methanecreate