Steve Dower <[email protected]> added the comment: 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. ---------- assignee: steve.dower -> _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue29241> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
