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 belopolsky
Recipients belopolsky
Date 2017-02-28.00:19:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488241150.02.0.705103761012.issue29673@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to simply replace  _PyUnicode_AsString with PyUnicode_AsUTF8, but it looks like code structure has changed and the pyframe and pystack macros don't work anymore.
History
Date User Action Args
2017-02-28 00:19:10belopolskysetrecipients: + belopolsky
2017-02-28 00:19:10belopolskysetmessageid: <1488241150.02.0.705103761012.issue29673@psf.upfronthosting.co.za>
2017-02-28 00:19:10belopolskylinkissue29673 messages
2017-02-28 00:19:09belopolskycreate