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 taleinat
Recipients a.badger, berker.peksag, docs@python, martin.panter, taleinat, xtreak
Date 2018-08-12.07:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534060205.77.0.56676864532.issue34369@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.8 this will have already been fixed (thanks to the recent conversion of the select module to use Argument Clinic); see below output from a recent build from the master branch.

Given that, is this worth fixing on 2.7 and <3.8?


Help on built-in function control:

control(changelist, maxevents, timeout=None, /) method of select.kqueue instance
    Calls the kernel kevent function.

    changelist
      Must be an iterable of kevent objects describing the changes to be made
      to the kernel's watch list or None.
    maxevents
      The maximum number of events that the kernel will return.
    timeout
      The maximum time to wait in seconds, or else None to wait forever.
      This accepts floats for smaller timeouts, too.
History
Date User Action Args
2018-08-12 07:50:05taleinatsetrecipients: + taleinat, a.badger, docs@python, berker.peksag, martin.panter, xtreak
2018-08-12 07:50:05taleinatsetmessageid: <1534060205.77.0.56676864532.issue34369@psf.upfronthosting.co.za>
2018-08-12 07:50:05taleinatlinkissue34369 messages
2018-08-12 07:50:05taleinatcreate