[issue27805] io.open('/dev/stdout', 'a') raises OSError with errno=ESPIPE

Benjamin Peterson report at bugs.python.org
Tue Nov 12 18:34:51 EST 2019


Benjamin Peterson <benjamin at python.org> added the comment:


New changeset b8b3e4377ec38c7d64570afabbd0923a51f0666c by Benjamin Peterson in branch '3.7':
[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17137)
https://github.com/python/cpython/commit/b8b3e4377ec38c7d64570afabbd0923a51f0666c


----------

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


More information about the Python-bugs-list mailing list