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 serhiy.storchaka
Recipients David.Edelsohn, delhallt, haubi, python-dev, serhiy.storchaka, vstinner
Date 2013-12-14.16:38:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387039107.58.0.332690692228.issue17919@psf.upfronthosting.co.za>
In-reply-to
Content
> The message should be "C unsigned short".

Thanks.

> The unit tests don't check that USHRT_MAX value is accepted.

And shouldn't. Not all values make sense. Meaning of USHRT_MAX is platform depended.

> With  poll_events_mask_overflow.patch, the following hack can maybe be removed?

No. Otherwise the result can be negative.
History
Date User Action Args
2013-12-14 16:38:27serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, haubi, python-dev, David.Edelsohn, delhallt
2013-12-14 16:38:27serhiy.storchakasetmessageid: <1387039107.58.0.332690692228.issue17919@psf.upfronthosting.co.za>
2013-12-14 16:38:27serhiy.storchakalinkissue17919 messages
2013-12-14 16:38:27serhiy.storchakacreate