[New-bugs-announce] [issue22400] Stable API broken on Windows for PyUnicode_*

Jeremy Kloth report at bugs.python.org
Sun Sep 14 01:31:44 CEST 2014


New submission from Jeremy Kloth:

When using any of the PyUnicode_* functions in an extension module compiled with Py_LIMITED_API defined, the resulting module cannot be imported due to:

ImportError: DLL load failed: The specified procedure could not be found.

Upon investigation, the error is in the EXPORTS for PC\python3.def.  The PyUnicode_* functions still refer to the old PyUnicodeUCS2_* variants.

----------
components: Extension Modules, Windows
messages: 226856
nosy: jkloth, loewis, steve.dower, zach.ware
priority: normal
severity: normal
status: open
title: Stable API broken on Windows for PyUnicode_*
versions: Python 3.3, Python 3.4, Python 3.5

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


More information about the New-bugs-announce mailing list