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 JGoutin, lemburg, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-02-19.23:01:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519081278.62.0.467229070634.issue29241@psf.upfronthosting.co.za>
In-reply-to
Content
I took another look at this and it's still unclear whether it's worth the performance loss.

Perhaps moving fsencode and fsdecode (almost) entirely into C would be a better approach? That shouldn't send us backwards at all, and all they really do is a typecheck and then calling a function that's already written in C.
History
Date User Action Args
2018-02-19 23:01:18steve.dowersetrecipients: + steve.dower, lemburg, paul.moore, vstinner, tim.golden, zach.ware, JGoutin
2018-02-19 23:01:18steve.dowersetmessageid: <1519081278.62.0.467229070634.issue29241@psf.upfronthosting.co.za>
2018-02-19 23:01:18steve.dowerlinkissue29241 messages
2018-02-19 23:01:18steve.dowercreate