[issue37769] Windows Store installer should warn user about MAX_PATH

Eryk Sun report at bugs.python.org
Mon Aug 5 18:48:55 EDT 2019


Eryk Sun <eryksun at gmail.com> added the comment:

> I think this only happens with open(). 

Well, and everything else that calls a CRT function and relies on errno, such as C read() and write(). Though we'd have to look through on a case-by-case basis to ensure that _doserrno is valid in each case, i.e. that errno was set based on a Windows error code.

----------

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


More information about the Python-bugs-list mailing list