UPDATE: lang/python 3.11.10 -> 3.12.8
This commit is contained in:
parent
15bd75493d
commit
0bd916750b
20 changed files with 8535 additions and 9180 deletions
|
@ -1,7 +1,7 @@
|
|||
Index: Python/fileutils.c
|
||||
--- Python/fileutils.c.orig
|
||||
+++ Python/fileutils.c
|
||||
@@ -2614,9 +2614,9 @@ done:
|
||||
@@ -2875,9 +2875,9 @@ done:
|
||||
* non-opened fd in the middle.
|
||||
* 2b. If fdwalk(3) isn't available, just do a plain close(2) loop.
|
||||
*/
|
||||
|
@ -9,7 +9,7 @@ Index: Python/fileutils.c
|
|||
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__SecBSD__)
|
||||
# define USE_CLOSEFROM
|
||||
-#endif /* __FreeBSD__ */
|
||||
+#endif /* __FreeBSD__ || __OpenBSD__ */
|
||||
+#endif /* __FreeBSD__ || __OpenBSD__ || __SecBSD__ */
|
||||
|
||||
#ifdef HAVE_FDWALK
|
||||
# define USE_FDWALK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue