[issue37074] os.stat() does not work for NUL and CON

Eryk Sun report at bugs.python.org
Thu Aug 22 02:57:04 EDT 2019


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

> Where it was fixed?

It was addressed in issue 37834. PR 15231 includes a rewrite of win32_xstat_impl. The file type was needed, so the rewrite could also address the problem of character devices such as CON and NUL.

----------

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


More information about the Python-bugs-list mailing list