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 Arfrever, ezio.melotti, serhiy.storchaka, vstinner
Date 2013-10-29.21:47:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Well, it looks reasonable. But an action should be ASCII only string. So perhaps we should first check PyUnicode_IS_ASCII() and then use PyUnicode_1BYTE_DATA() and strcpy().
History
Date User Action Args
2013-10-29 21:47:00serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, Arfrever
2013-10-29 21:47:00serhiy.storchakasetmessageid: <[email protected]>
2013-10-29 21:47:00serhiy.storchakalinkissue19424 messages
2013-10-29 21:47:00serhiy.storchakacreate