[issue29700] readline memory corruption when sys.stdin fd >= FD_SETSIZE for select()

Gregory P. Smith report at bugs.python.org
Thu Mar 2 16:08:06 EST 2017


Gregory P. Smith added the comment:

Bummer. I wish select could die. :)

On Thu, Mar 2, 2017, 1:06 PM Martin Panter <report at bugs.python.org> wrote:

>
> Martin Panter added the comment:
>
> Be careful, some OSes have limited support for “poll”, “kqueue”, etc with
> terminals, and I ended up using “select” in the test suite:
>
> https://bugs.python.org/issue26870#msg265604
>
> https://github.com/python/cpython/commit/79f561d126d09d6d7ea1457a2a6ef267d93e6448
>
> ----------
> nosy: +martin.panter
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue29700>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list