mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
This commit is contained in:
parent
e4799b9594
commit
76ef255bde
4 changed files with 27 additions and 6 deletions
3
Modules/clinic/posixmodule.c.h
generated
3
Modules/clinic/posixmodule.c.h
generated
|
|
@ -5517,6 +5517,7 @@ PyDoc_STRVAR(os_pwritev__doc__,
|
|||
"\n"
|
||||
"- RWF_DSYNC\n"
|
||||
"- RWF_SYNC\n"
|
||||
"- RWF_APPEND\n"
|
||||
"\n"
|
||||
"Using non-zero flags requires Linux 4.7 or newer.");
|
||||
|
||||
|
|
@ -8876,4 +8877,4 @@ exit:
|
|||
#ifndef OS_WAITSTATUS_TO_EXITCODE_METHODDEF
|
||||
#define OS_WAITSTATUS_TO_EXITCODE_METHODDEF
|
||||
#endif /* !defined(OS_WAITSTATUS_TO_EXITCODE_METHODDEF) */
|
||||
/*[clinic end generated code: output=b97bbc8cb5078540 input=a9049054013a1b77]*/
|
||||
/*[clinic end generated code: output=9623b9e6f3809842 input=a9049054013a1b77]*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue