[issue37412] os.getcwdb() doesn't implement PEP 528 (UTF-8) on Windows

STINNER Victor report at bugs.python.org
Thu Jun 27 11:18:19 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> This update breaks long-path support in Windows.

Oops.

This is the risk of not testing a feature :-) My PR added very basic tests for getcwd() and getcwdb(). I wrote PR 14424 to not only fix the integer overflow check, but also to add a new unit tests for "long path".

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37412>
_______________________________________


More information about the Python-bugs-list mailing list