This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Edelsohn, delhallt, haubi, python-dev, serhiy.storchaka, vstinner
Date 2013-12-13.10:21:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386930083.62.0.255853577592.issue17919@psf.upfronthosting.co.za>
In-reply-to
Content
> 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);
History
Date User Action Args
2013-12-13 10:21:23vstinnersetrecipients: + vstinner, haubi, python-dev, serhiy.storchaka, David.Edelsohn, delhallt
2013-12-13 10:21:23vstinnersetmessageid: <1386930083.62.0.255853577592.issue17919@psf.upfronthosting.co.za>
2013-12-13 10:21:23vstinnerlinkissue17919 messages
2013-12-13 10:21:23vstinnercreate