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, pitrou, ronaldoussoren, scoder, serhiy.storchaka, vstinner
Date 2019-04-10.12:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554901036.3.0.501536766706.issue36346@roundup.psfhosted.org>
In-reply-to
Content
I think these ABI incompatible options are used many people.
But it is helpful to find extensions which using legacy APIs before Python 3.10 is released.

I had found ujson and MarkupSafe used legacy APIs.  I fixed MarkupSafe.
I don't care ujson because it is wrapper of wchar_t based C library
and there are enough json libraries.

I suppose there are some other packages in PyPI, but I'm not sure.
History
Date User Action Args
2019-04-10 12:57:16methanesetrecipients: + methane, lemburg, ronaldoussoren, pitrou, scoder, vstinner, ezio.melotti, serhiy.storchaka
2019-04-10 12:57:16methanesetmessageid: <1554901036.3.0.501536766706.issue36346@roundup.psfhosted.org>
2019-04-10 12:57:16methanelinkissue36346 messages
2019-04-10 12:57:16methanecreate