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 vstinner
Recipients vinay.sajip, vstinner, xdegaye
Date 2016-04-20.13:49:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461160141.91.0.971562977542.issue26803@psf.upfronthosting.co.za>
In-reply-to
Content
> However it is possible that
PyUnicode_DecodeFSDefault() fails for some file system encodings when the
encoded address contains null bytes ?

No, it's not possible. Undecode bytes are escaped as surrogate characters using the surrogateescape error handler. See the PEP 393.
History
Date User Action Args
2016-04-20 13:49:01vstinnersetrecipients: + vstinner, vinay.sajip, xdegaye
2016-04-20 13:49:01vstinnersetmessageid: <1461160141.91.0.971562977542.issue26803@psf.upfronthosting.co.za>
2016-04-20 13:49:01vstinnerlinkissue26803 messages
2016-04-20 13:49:01vstinnercreate