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
92330c0b
Commit
92330c0b
authored
Dec 19, 2018
by
Manjusaka
Committed by
Xiang Zhang
Dec 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
parent
2b57c43f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Doc/library/select.rst
Doc/library/select.rst
+3
-0
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/select.rst
View file @
92330c0b
...
...
@@ -317,6 +317,9 @@ Edge and Level Trigger Polling (epoll) Objects
| :const:`EPOLLMSG` | Ignored. |
+-------------------------+-----------------------------------------------+
.. versionadded:: 3.6
:const:`EPOLLEXCLUSIVE` was added. It's only supported by Linux Kernel 4.5
or later.
.. method:: epoll.close()
...
...
Misc/ACKS
View file @
92330c0b
...
...
@@ -1843,3 +1843,4 @@ Jelle Zijlstra
Gennadiy Zlobin
Doug Zongker
Peter Åstrand
Zheao Li
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