Browse Source
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
pull/8039/head
Tal Einat
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
1711 additions and
576 deletions
-
Doc/library/select.rst
-
Modules/clinic/selectmodule.c.h
-
Modules/selectmodule.c
|
|
|
@ -351,7 +351,7 @@ Edge and Level Trigger Polling (epoll) Objects |
|
|
|
Remove a registered file descriptor from the epoll object. |
|
|
|
|
|
|
|
|
|
|
|
.. method:: epoll.poll(timeout=-1, maxevents=-1) |
|
|
|
.. method:: epoll.poll(timeout=None, maxevents=-1) |
|
|
|
|
|
|
|
Wait for events. timeout in seconds (float) |
|
|
|
|
|
|
|
|