Files
cpython/Lib
Miss Islington (bot) 60570303e4 [3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97969)
The macOS 13 SDK includes support for the `mkfifoat` and `mknodat` system calls.
 Using the `dir_fd` option with either `os.mkfifo` or `os.mknod` could result in a
 segfault if cpython is built with the macOS 13 SDK but run on an earlier
 version of macOS. Prevent this by adding runtime support for detection of
 these system calls ("weaklinking") as is done for other newer syscalls on
 macOS.
(cherry picked from commit 6d0a0191a4)

Co-authored-by: Ned Deily <nad@python.org>
2022-10-06 12:13:46 -07:00
..
2022-09-11 20:23:30 +01:00
2022-04-11 15:02:41 -07:00
2022-04-11 15:02:41 -07:00
2022-04-27 15:28:56 -06:00
2022-04-13 10:47:41 -07:00
2022-09-09 10:28:26 +01:00
2022-04-21 19:28:34 -07:00
2022-04-22 15:48:03 -07:00
2022-04-25 16:26:43 -07:00
2022-04-27 20:26:33 -07:00
2022-04-11 15:02:41 -07:00