[issue36346] Prepare for removing the legacy Unicode C API

Ronald Oussoren report at bugs.python.org
Tue Mar 19 07:47:07 EDT 2019


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

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.

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36346>
_______________________________________


More information about the Python-bugs-list mailing list