STINNER Victor added the comment:

> The simplest solution is just revert a part of the patch for issue15989.

The revert reintroduced the integer overflow:

         self->ufds[i].events = (short)PyLong_AsLong(value);

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17919>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to