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
9009f3e3
Commit
9009f3e3
authored
Apr 19, 2018
by
Pablo Galindo
Committed by
Gregory P. Smith
Apr 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update What's new in 3.7 to reference preadv, pwritev and posix_spawn (GH-6524)
parent
e3a523a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.7.rst
+8
-0
No files found.
Doc/whatsnew/3.7.rst
View file @
9009f3e3
...
...
@@ -593,6 +593,14 @@ New function :func:`~os.register_at_fork` allows registering Python callbacks
to be executed on a process fork. (Contributed by Antoine Pitrou in
:issue:`16500`.)
Exposed the system calls *preadv*, *preadv2*, *pwritev* and *pwritev2* through
the new functions :func:`~os.preadv` and :func:`~os.pwritev`. (Contributed by
Pablo Galindo in :issue:`31368`.)
Exposed the system call *posix_spawn* through the new function
:func:`~os.posix_spawn`. (Contributed by Pablo Galindo, Serhiy Storchaka and
Gregory P. Smith in :issue:`20104`.)
pdb
---
...
...
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