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 <rep...@bugs.python.org> <http://bugs.python.org/issue22400> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com