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 eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-17.02:37:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474079868.97.0.50690555322.issue28168@psf.upfronthosting.co.za>
In-reply-to
Content
> I decided to make it an error to pass an empty sequence

It makes sense since the original WaitForMultipleObjects() also requires at least one object:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms687025(v=vs.85).aspx

nCount [in]

    The number of object handles in the array pointed to by lpHandles. The maximum number of object handles is MAXIMUM_WAIT_OBJECTS. This parameter cannot be zero.
History
Date User Action Args
2016-09-17 02:37:48vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2016-09-17 02:37:48vstinnersetmessageid: <1474079868.97.0.50690555322.issue28168@psf.upfronthosting.co.za>
2016-09-17 02:37:48vstinnerlinkissue28168 messages
2016-09-17 02:37:48vstinnercreate