[issue8654] Improve ABI compatibility between UCS2 and UCS4 builds

Martin v. Löwis report at bugs.python.org
Sun May 9 18:53:49 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

> I just thought of another risk inherit in this approach.  If the extension
> module is composed of more than one C file, the extension author may
> inadvertently compile the file defining the PyModuleDef in Unicode-agnostic
> mode but compile another file in Unicode-sensitive mode.

I wouldn't worry about this case.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8654>
_______________________________________


More information about the Python-bugs-list mailing list