New issue 1842: select.select([out-of-range]) dumps core
https://bitbucket.org/pypy/pypy/issue/1842/selectselect-out-of-range-dumps-core

Armin Rigo:

This code dumps core in PyPy (in CPython it gives a clear ValueError):

    select.select([123456], [] ,[])


_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to