Alexey Izbyshev <izbys...@ispras.ru> added the comment:

Python 2.7 doesn't have the same issue.

In os.execve(), posix_error() is used, but it is based on errno, which is 
correct. (A funny bit is that os.execve('', ['a'], {}) crashes in 2.7, probably 
because of some checks in CRT).

And os.truncate() is not implemented in 2.7 at all.

----------
versions:  -Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32890>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to