bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)

This commit is contained in:
YoSTEALTH 2020-05-27 15:32:22 -06:00 committed by GitHub
parent e4799b9594
commit 76ef255bde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 6 deletions

View file

@ -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]*/