Browse Source

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

pull/8039/head
Tal Einat 8 years ago
committed by GitHub
parent
commit
6dc57e2a20
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/select.rst
  2. 1050
      Modules/clinic/selectmodule.c.h
  3. 1235
      Modules/selectmodule.c

2
Doc/library/select.rst

@ -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
File diff suppressed because it is too large
View File

1235
Modules/selectmodule.c
File diff suppressed because it is too large
View File

Loading…
Cancel
Save