[issue23485] PEP 475: handle EINTR in the select and selectors module

STINNER Victor report at bugs.python.org
Mon Mar 30 04:13:34 CEST 2015


STINNER Victor added the comment:

Ok, here is a first patch just for select.select().

It took me some time to write this small patch, because I wanted first to push my new API to handle time in pytime.h (Issue #22117). The new time C API has been merged.

----------
keywords: +patch
Added file: http://bugs.python.org/file38732/select_eintr.patch

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


More information about the Python-bugs-list mailing list