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 eryksun
Recipients eryksun, kushal.das, Костя Чолак
Date 2017-05-22.20:24:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495484681.55.0.966115642853.issue30431@psf.upfronthosting.co.za>
In-reply-to
Content
PyOS_Readline uses a null-terminated prompt string. So input() needs to raise a ValueError if the prompt contains null characters, e.g. if PyBytes_GET_SIZE(po) != strlen(promptstr).
History
Date User Action Args
2017-05-22 20:24:41eryksunsetrecipients: + eryksun, kushal.das, Костя Чолак
2017-05-22 20:24:41eryksunsetmessageid: <1495484681.55.0.966115642853.issue30431@psf.upfronthosting.co.za>
2017-05-22 20:24:41eryksunlinkissue30431 messages
2017-05-22 20:24:41eryksuncreate