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 serhiy.storchaka
Recipients alexandre.vassalotti, berker.peksag, docs@python, donlorenzo, georg.brandl, lemburg, martin.panter, serhiy.storchaka
Date 2016-04-30.19:38:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462045081.39.0.300027405538.issue1944@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_DecodeCodePageStateful

Following functions likely should be wrapped with "#ifndef Py_LIMITED_API":

_PyUnicode_ClearStaticStrings
_PyUnicode_EQ
_PyUnicode_FromId
History
Date User Action Args
2016-04-30 19:38:01serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, georg.brandl, alexandre.vassalotti, donlorenzo, docs@python, berker.peksag, martin.panter
2016-04-30 19:38:01serhiy.storchakasetmessageid: <1462045081.39.0.300027405538.issue1944@psf.upfronthosting.co.za>
2016-04-30 19:38:01serhiy.storchakalinkissue1944 messages
2016-04-30 19:38:01serhiy.storchakacreate