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 ronaldoussoren
Recipients ezio.melotti, lemburg, methane, ronaldoussoren, scoder, serhiy.storchaka, vstinner
Date 2019-03-19.11:47:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552996027.72.0.470022780637.issue36346@roundup.psfhosted.org>
In-reply-to
Content
One thing to keep in mind: HAVE_UNICODE_WCHAR_CACHE == 1 and HAVE_UNICODE_WCHAR_CACHE == 0 have a different ABI due to a different struct layout. This should probably affect the ABI tag for extension modules.
History
Date User Action Args
2019-03-19 11:47:07ronaldoussorensetrecipients: + ronaldoussoren, lemburg, scoder, vstinner, ezio.melotti, methane, serhiy.storchaka
2019-03-19 11:47:07ronaldoussorensetmessageid: <1552996027.72.0.470022780637.issue36346@roundup.psfhosted.org>
2019-03-19 11:47:07ronaldoussorenlinkissue36346 messages
2019-03-19 11:47:07ronaldoussorencreate