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 tim.golden
Recipients alex.gronholm, brian.curtin, kristjan.jonsson, pitrou, r.david.murray, raruler, tim.golden
Date 2014-05-07.14:14:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <536A3FC6.8000003@timgolden.me.uk>
In-reply-to <1399460780.98.0.01905856966.issue20737@psf.upfronthosting.co.za>
Content
Thanks for the feedback, Kristjan. You're obviously correct in that we
can't account for timeouts greater than DWORD-size milliseconds and your
proposed solution looks reasonable.

However, I'd like to close off *this* particular issue which turns on
the implicit and, presumably unintended, conversion between unsigned and
signed long in the condition variable code. Can you see any adverse
effect from moving to DWORD parameters per my patch?
History
Date User Action Args
2014-05-07 14:14:34tim.goldensetrecipients: + tim.golden, pitrou, kristjan.jonsson, r.david.murray, brian.curtin, alex.gronholm, raruler
2014-05-07 14:14:34tim.goldenlinkissue20737 messages
2014-05-07 14:14:33tim.goldencreate