[issue22007] sys.stdout.write on Python 2.7 is not EINTR safe

Ned Deily report at bugs.python.org
Sun Jul 20 21:01:35 CEST 2014


Ned Deily added the comment:

I also can reproduce this on Linux with Python 2.7 but not with 3.4 which uses a different io system.  So the question is: is anyone interested in addressing this for Python 2 file objects?

----------
nosy: +gregory.p.smith
stage:  -> needs patch
title: sys.stdout.write on OS X is not EINTR safe -> sys.stdout.write on Python 2.7 is not EINTR safe

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22007>
_______________________________________


More information about the Python-bugs-list mailing list