Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6dc57e2a
Commit
6dc57e2a
authored
Jun 30, 2018
by
Tal Einat
Committed by
GitHub
Jun 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
parent
fe524df3
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1711 additions
and
576 deletions
+1711
-576
Doc/library/select.rst
Doc/library/select.rst
+1
-1
Modules/clinic/selectmodule.c.h
Modules/clinic/selectmodule.c.h
+1050
-0
Modules/selectmodule.c
Modules/selectmodule.c
+660
-575
No files found.
Doc/library/select.rst
View file @
6dc57e2a
...
...
@@ -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)
...
...
Modules/clinic/selectmodule.c.h
0 → 100644
View file @
6dc57e2a
This diff is collapsed.
Click to expand it.
Modules/selectmodule.c
View file @
6dc57e2a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment