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 steve.dower
Recipients steve.dower, vstinner
Date 2016-09-19.04:01:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474257699.65.0.655254933642.issue28200@psf.upfronthosting.co.za>
In-reply-to
Content
It's not clear to me that Py_UNICODE is guaranteed to be wchar_t for all time, that's all. If it is, go ahead. Otherwise the path_t object has the ability to clean up after itself, so perhaps it should be used here?
History
Date User Action Args
2016-09-19 04:01:39steve.dowersetrecipients: + steve.dower, vstinner
2016-09-19 04:01:39steve.dowersetmessageid: <1474257699.65.0.655254933642.issue28200@psf.upfronthosting.co.za>
2016-09-19 04:01:39steve.dowerlinkissue28200 messages
2016-09-19 04:01:39steve.dowercreate