We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a523a commit 9009f3eCopy full SHA for 9009f3e
Doc/whatsnew/3.7.rst
@@ -593,6 +593,14 @@ New function :func:`~os.register_at_fork` allows registering Python callbacks
593
to be executed on a process fork. (Contributed by Antoine Pitrou in
594
:issue:`16500`.)
595
596
+Exposed the system calls *preadv*, *preadv2*, *pwritev* and *pwritev2* through
597
+the new functions :func:`~os.preadv` and :func:`~os.pwritev`. (Contributed by
598
+Pablo Galindo in :issue:`31368`.)
599
+
600
+Exposed the system call *posix_spawn* through the new function
601
+:func:`~os.posix_spawn`. (Contributed by Pablo Galindo, Serhiy Storchaka and
602
+Gregory P. Smith in :issue:`20104`.)
603
604
pdb
605
---
606
0 commit comments