Skip to content

Commit eae365e

Browse files
committed
Bump to 3.13.0.
1 parent d8fdaae commit eae365e

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BUILD_NUMBER=custom
1818
# of a release cycle, as official binaries won't be published.
1919
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
2020
# PYTHON_VER is the major/minor version (e.g., 3.10)
21-
PYTHON_VERSION=3.13.0rc2
21+
PYTHON_VERSION=3.13.0
2222
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
2323
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
2424
PYTHON_PKG_MICRO_VERSION=$(shell echo $(PYTHON_PKG_VERSION) | grep -Eo "\d+\.\d+\.\d+")

patch/Python/Python.patch

+34-34
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ index ec0857a4a99..2350e9dc821 100644
163163
# elif !defined(TARGET_OS_OSX) || TARGET_OS_OSX
164164
PLATFORM_TRIPLET=darwin
165165
diff --git a/configure b/configure
166-
index 7e1e5e594ca..39a050c1451 100755
166+
index 7cdd386c387..5e968a26b17 100755
167167
--- a/configure
168168
+++ b/configure
169169
@@ -978,6 +978,8 @@
@@ -495,7 +495,7 @@ index 7e1e5e594ca..39a050c1451 100755
495495
LDLIBRARY='libpython$(LDVERSION).dylib'
496496
;;
497497
AIX*)
498-
@@ -12948,7 +13097,7 @@
498+
@@ -12952,7 +13101,7 @@
499499
BLDSHARED="$LDSHARED"
500500
fi
501501
;;
@@ -504,7 +504,7 @@ index 7e1e5e594ca..39a050c1451 100755
504504
LDSHARED='$(CC) -dynamiclib -F . -framework $(PYTHONFRAMEWORK)'
505505
LDCXXSHARED='$(CXX) -dynamiclib -F . -framework $(PYTHONFRAMEWORK)'
506506
BLDSHARED="$LDSHARED"
507-
@@ -13081,7 +13230,7 @@
507+
@@ -13085,7 +13234,7 @@
508508
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
509509
Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dynamic";;
510510
# -u libsys_s pulls in all symbols in libsys
@@ -513,7 +513,7 @@ index 7e1e5e594ca..39a050c1451 100755
513513
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
514514

515515
# Issue #18075: the default maximum stack size (8MBytes) is too
516-
@@ -13105,7 +13254,7 @@
516+
@@ -13109,7 +13258,7 @@
517517
LINKFORSHARED="$LINKFORSHARED "'$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
518518
fi
519519
LINKFORSHARED="$LINKFORSHARED"
@@ -522,7 +522,7 @@ index 7e1e5e594ca..39a050c1451 100755
522522
LINKFORSHARED="-Wl,-stack_size,$stack_size $LINKFORSHARED "'$(PYTHONFRAMEWORKDIR)/$(PYTHONFRAMEWORK)'
523523
fi
524524
;;
525-
@@ -14504,7 +14653,7 @@
525+
@@ -14508,7 +14657,7 @@
526526

527527
ctypes_malloc_closure=yes
528528
;; #(
@@ -531,7 +531,7 @@ index 7e1e5e594ca..39a050c1451 100755
531531

532532
ctypes_malloc_closure=yes
533533
;; #(
534-
@@ -17955,12 +18104,6 @@
534+
@@ -17959,12 +18108,6 @@
535535
then :
536536
printf "%s\n" "#define HAVE_DUP3 1" >>confdefs.h
537537

@@ -544,7 +544,7 @@ index 7e1e5e594ca..39a050c1451 100755
544544
fi
545545
ac_fn_c_check_func "$LINENO" "explicit_bzero" "ac_cv_func_explicit_bzero"
546546
if test "x$ac_cv_func_explicit_bzero" = xyes
547-
@@ -18021,18 +18164,6 @@
547+
@@ -18025,18 +18168,6 @@
548548
then :
549549
printf "%s\n" "#define HAVE_FEXECVE 1" >>confdefs.h
550550

@@ -563,7 +563,7 @@ index 7e1e5e594ca..39a050c1451 100755
563563
fi
564564
ac_fn_c_check_func "$LINENO" "fpathconf" "ac_cv_func_fpathconf"
565565
if test "x$ac_cv_func_fpathconf" = xyes
566-
@@ -18459,24 +18590,6 @@
566+
@@ -18463,24 +18594,6 @@
567567
then :
568568
printf "%s\n" "#define HAVE_POSIX_OPENPT 1" >>confdefs.h
569569

@@ -588,7 +588,7 @@ index 7e1e5e594ca..39a050c1451 100755
588588
fi
589589
ac_fn_c_check_func "$LINENO" "pread" "ac_cv_func_pread"
590590
if test "x$ac_cv_func_pread" = xyes
591-
@@ -18765,12 +18878,6 @@
591+
@@ -18769,12 +18882,6 @@
592592
then :
593593
printf "%s\n" "#define HAVE_SIGACTION 1" >>confdefs.h
594594

@@ -601,7 +601,7 @@ index 7e1e5e594ca..39a050c1451 100755
601601
fi
602602
ac_fn_c_check_func "$LINENO" "sigfillset" "ac_cv_func_sigfillset"
603603
if test "x$ac_cv_func_sigfillset" = xyes
604-
@@ -19039,11 +19146,11 @@
604+
@@ -19043,11 +19150,11 @@
605605

606606
fi
607607

@@ -615,7 +615,7 @@ index 7e1e5e594ca..39a050c1451 100755
615615
ac_fn_c_check_func "$LINENO" "getentropy" "ac_cv_func_getentropy"
616616
if test "x$ac_cv_func_getentropy" = xyes
617617
then :
618-
@@ -19065,6 +19172,53 @@
618+
@@ -19069,6 +19176,53 @@
619619

620620
fi
621621

@@ -669,7 +669,7 @@ index 7e1e5e594ca..39a050c1451 100755
669669
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5
670670
printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; }
671671
if test ${ac_cv_c_undeclared_builtin_options+y}
672-
@@ -21861,7 +22015,8 @@
672+
@@ -21865,7 +22019,8 @@
673673

674674

675675
# check for openpty, login_tty, and forkpty
@@ -679,7 +679,7 @@ index 7e1e5e594ca..39a050c1451 100755
679679

680680
for ac_func in openpty
681681
do :
682-
@@ -21957,7 +22112,7 @@
682+
@@ -21961,7 +22116,7 @@
683683
fi
684684

685685
done
@@ -688,15 +688,15 @@ index 7e1e5e594ca..39a050c1451 100755
688688
printf %s "checking for library containing login_tty... " >&6; }
689689
if test ${ac_cv_search_login_tty+y}
690690
then :
691-
@@ -22114,6 +22269,7 @@
691+
@@ -22118,6 +22273,7 @@
692692
fi
693693

694694
done
695695
+fi
696696

697697
# check for long file support functions
698698
ac_fn_c_check_func "$LINENO" "fseek64" "ac_cv_func_fseek64"
699-
@@ -22360,10 +22516,10 @@
699+
@@ -22364,10 +22520,10 @@
700700

701701
done
702702

@@ -709,7 +709,7 @@ index 7e1e5e594ca..39a050c1451 100755
709709
then
710710

711711
for ac_func in clock_settime
712-
@@ -24593,8 +24749,8 @@
712+
@@ -24597,8 +24753,8 @@
713713
LIBPYTHON="\$(BLDLIBRARY)"
714714
fi
715715

@@ -720,7 +720,7 @@ index 7e1e5e594ca..39a050c1451 100755
720720
MODULE_DEPS_SHARED="$MODULE_DEPS_SHARED \$(PYTHONFRAMEWORKDIR)/\$(PYTHONFRAMEWORK)"
721721
fi
722722

723-
@@ -27242,7 +27398,7 @@
723+
@@ -27246,7 +27402,7 @@
724724
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for device files" >&5
725725
printf "%s\n" "$as_me: checking for device files" >&6;}
726726

@@ -729,7 +729,7 @@ index 7e1e5e594ca..39a050c1451 100755
729729
ac_cv_file__dev_ptmx=no
730730
ac_cv_file__dev_ptc=no
731731
else
732-
@@ -27675,7 +27831,7 @@
732+
@@ -27679,7 +27835,7 @@
733733
with_ensurepip=no ;; #(
734734
WASI) :
735735
with_ensurepip=no ;; #(
@@ -738,7 +738,7 @@ index 7e1e5e594ca..39a050c1451 100755
738738
with_ensurepip=no ;; #(
739739
*) :
740740
with_ensurepip=upgrade
741-
@@ -28700,7 +28856,7 @@
741+
@@ -28704,7 +28860,7 @@
742742
;; #(
743743
Darwin) :
744744
;; #(
@@ -747,7 +747,7 @@ index 7e1e5e594ca..39a050c1451 100755
747747

748748

749749

750-
@@ -32465,6 +32621,8 @@
750+
@@ -32469,6 +32625,8 @@
751751
"Mac/Resources/framework/Info.plist") CONFIG_FILES="$CONFIG_FILES Mac/Resources/framework/Info.plist" ;;
752752
"Mac/Resources/app/Info.plist") CONFIG_FILES="$CONFIG_FILES Mac/Resources/app/Info.plist" ;;
753753
"iOS/Resources/Info.plist") CONFIG_FILES="$CONFIG_FILES iOS/Resources/Info.plist" ;;
@@ -757,7 +757,7 @@ index 7e1e5e594ca..39a050c1451 100755
757757
"Misc/python.pc") CONFIG_FILES="$CONFIG_FILES Misc/python.pc" ;;
758758
"Misc/python-embed.pc") CONFIG_FILES="$CONFIG_FILES Misc/python-embed.pc" ;;
759759
diff --git a/configure.ac b/configure.ac
760-
index 58f54076ff2..4825d131142 100644
760+
index 24e28a1e2de..3e008102154 100644
761761
--- a/configure.ac
762762
+++ b/configure.ac
763763
@@ -330,6 +330,12 @@
@@ -1071,7 +1071,7 @@ index 58f54076ff2..4825d131142 100644
10711071
LDLIBRARY='libpython$(LDVERSION).dylib'
10721072
;;
10731073
AIX*)
1074-
@@ -3458,7 +3589,7 @@
1074+
@@ -3462,7 +3593,7 @@
10751075
BLDSHARED="$LDSHARED"
10761076
fi
10771077
;;
@@ -1080,7 +1080,7 @@ index 58f54076ff2..4825d131142 100644
10801080
LDSHARED='$(CC) -dynamiclib -F . -framework $(PYTHONFRAMEWORK)'
10811081
LDCXXSHARED='$(CXX) -dynamiclib -F . -framework $(PYTHONFRAMEWORK)'
10821082
BLDSHARED="$LDSHARED"
1083-
@@ -3582,7 +3713,7 @@
1083+
@@ -3586,7 +3717,7 @@
10841084
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
10851085
Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dynamic";;
10861086
# -u libsys_s pulls in all symbols in libsys
@@ -1089,7 +1089,7 @@ index 58f54076ff2..4825d131142 100644
10891089
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
10901090

10911091
# Issue #18075: the default maximum stack size (8MBytes) is too
1092-
@@ -3606,7 +3737,7 @@
1092+
@@ -3610,7 +3741,7 @@
10931093
LINKFORSHARED="$LINKFORSHARED "'$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
10941094
fi
10951095
LINKFORSHARED="$LINKFORSHARED"
@@ -1098,7 +1098,7 @@ index 58f54076ff2..4825d131142 100644
10981098
LINKFORSHARED="-Wl,-stack_size,$stack_size $LINKFORSHARED "'$(PYTHONFRAMEWORKDIR)/$(PYTHONFRAMEWORK)'
10991099
fi
11001100
;;
1101-
@@ -3990,7 +4121,7 @@
1101+
@@ -3994,7 +4125,7 @@
11021102
dnl when do we need USING_APPLE_OS_LIBFFI?
11031103
ctypes_malloc_closure=yes
11041104
],
@@ -1107,7 +1107,7 @@ index 58f54076ff2..4825d131142 100644
11071107
ctypes_malloc_closure=yes
11081108
],
11091109
[sunos5], [AS_VAR_APPEND([LIBFFI_LIBS], [" -mimpure-text"])]
1110-
@@ -5084,9 +5215,9 @@
1110+
@@ -5088,9 +5219,9 @@
11111111
# checks for library functions
11121112
AC_CHECK_FUNCS([ \
11131113
accept4 alarm bind_textdomain_codeset chmod chown clock closefrom close_range confstr \
@@ -1119,7 +1119,7 @@ index 58f54076ff2..4825d131142 100644
11191119
gai_strerror getegid geteuid getgid getgrent getgrgid getgrgid_r \
11201120
getgrnam_r getgrouplist gethostname getitimer getloadavg getlogin \
11211121
getpeername getpgid getpid getppid getpriority _getpty \
1122-
@@ -5094,15 +5225,14 @@
1122+
@@ -5098,15 +5229,14 @@
11231123
getspnam getuid getwd grantpt if_nameindex initgroups kill killpg lchown linkat \
11241124
lockf lstat lutimes madvise mbrtowc memrchr mkdirat mkfifo mkfifoat \
11251125
mknod mknodat mktime mmap mremap nice openat opendir pathconf pause pipe \
@@ -1137,7 +1137,7 @@ index 58f54076ff2..4825d131142 100644
11371137
sigfillset siginterrupt sigpending sigrelse sigtimedwait sigwait \
11381138
sigwaitinfo snprintf splice strftime strlcpy strsignal symlinkat sync \
11391139
sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile \
1140-
@@ -5117,12 +5247,20 @@
1140+
@@ -5121,12 +5251,20 @@
11411141
AC_CHECK_FUNCS([lchmod])
11421142
fi
11431143

@@ -1161,7 +1161,7 @@ index 58f54076ff2..4825d131142 100644
11611161
fi
11621162

11631163
AC_CHECK_DECL([dirfd],
1164-
@@ -5373,20 +5511,22 @@
1164+
@@ -5377,20 +5515,22 @@
11651165
])
11661166

11671167
# check for openpty, login_tty, and forkpty
@@ -1198,7 +1198,7 @@ index 58f54076ff2..4825d131142 100644
11981198

11991199
# check for long file support functions
12001200
AC_CHECK_FUNCS([fseek64 fseeko fstatvfs ftell64 ftello statvfs])
1201-
@@ -5425,10 +5565,10 @@
1201+
@@ -5429,10 +5569,10 @@
12021202
])
12031203
])
12041204

@@ -1211,7 +1211,7 @@ index 58f54076ff2..4825d131142 100644
12111211
then
12121212
AC_CHECK_FUNCS([clock_settime], [], [
12131213
AC_CHECK_LIB([rt], [clock_settime], [
1214-
@@ -6179,8 +6319,8 @@
1214+
@@ -6183,8 +6323,8 @@
12151215
LIBPYTHON="\$(BLDLIBRARY)"
12161216
fi
12171217

@@ -1222,7 +1222,7 @@ index 58f54076ff2..4825d131142 100644
12221222
MODULE_DEPS_SHARED="$MODULE_DEPS_SHARED \$(PYTHONFRAMEWORKDIR)/\$(PYTHONFRAMEWORK)"
12231223
fi
12241224

1225-
@@ -6788,7 +6928,7 @@
1225+
@@ -6792,7 +6932,7 @@
12261226
dnl NOTE: Inform user how to proceed with files when cross compiling.
12271227
dnl Some cross-compile builds are predictable; they won't ever
12281228
dnl have /dev/ptmx or /dev/ptc, so we can set them explicitly.
@@ -1231,7 +1231,7 @@ index 58f54076ff2..4825d131142 100644
12311231
ac_cv_file__dev_ptmx=no
12321232
ac_cv_file__dev_ptc=no
12331233
else
1234-
@@ -7045,7 +7185,7 @@
1234+
@@ -7049,7 +7189,7 @@
12351235
AS_CASE([$ac_sys_system],
12361236
[Emscripten], [with_ensurepip=no],
12371237
[WASI], [with_ensurepip=no],
@@ -1240,7 +1240,7 @@ index 58f54076ff2..4825d131142 100644
12401240
[with_ensurepip=upgrade]
12411241
)
12421242
])
1243-
@@ -7454,7 +7594,7 @@
1243+
@@ -7458,7 +7598,7 @@
12441244
[VxWorks*], [PY_STDLIB_MOD_SET_NA([_scproxy], [termios], [grp])],
12451245
dnl The _scproxy module is available on macOS
12461246
[Darwin], [],

0 commit comments

Comments
 (0)