[issue23285] PEP 475 - EINTR handling

STINNER Victor report at bugs.python.org
Tue Mar 3 02:46:05 CET 2015


STINNER Victor added the comment:

The change on Modules/_io/fileio.c is wrong: functions may return None with an exception set. It is wrong because a function must return a result with no exception set, or NULL and an exception set.

Attached patch fixes this issue.

----------
Added file: http://bugs.python.org/file38309/fileio.patch

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


More information about the Python-bugs-list mailing list