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 jkloth
Recipients jkloth, loewis, steve.dower, zach.ware
Date 2014-09-13.23:31:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410651104.92.0.853615369335.issue22400@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-13 23:31:45jklothsetrecipients: + jkloth, loewis, zach.ware, steve.dower
2014-09-13 23:31:44jklothsetmessageid: <1410651104.92.0.853615369335.issue22400@psf.upfronthosting.co.za>
2014-09-13 23:31:44jklothlinkissue22400 messages
2014-09-13 23:31:44jklothcreate