bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)

This commit is contained in:
Tal Einat 2018-06-30 23:02:48 +03:00 committed by GitHub
parent fe524df37c
commit 6dc57e2a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1721 additions and 586 deletions

View File

@ -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)

1050
Modules/clinic/selectmodule.c.h generated Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff