File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ mv tmp Modules/readline-libedit.c
443
443
# Modules/_hashopenssl.c redefines some libcrypto symbols on Python 3.9 and
444
444
# this makes the linker unhappy. So rename the symbols to work around.
445
445
# https://bugs.python.org/issue41949.
446
- if [ " ${PYTHON_MAJMIN_VERSION} " ! = " 3.8 " ]; then
446
+ if [ " ${PYTHON_MAJMIN_VERSION} " = " 3.9 " ]; then
447
447
patch -p1 << EOF
448
448
diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c
449
449
index adc8653773..fc9070fc21 100644
Original file line number Diff line number Diff line change 71
71
"python_tag" : "cp39" ,
72
72
},
73
73
"cpython-3.10" : {
74
- "url" : "https://www.python.org/ftp/python/3.10.0/Python-3.10.0a5 .tar.xz" ,
75
- "size" : 18286124 ,
76
- "sha256" : "0418e57e7036e219f1e6b6303b21e711f64cfd0fddb0894d8f19f37afffc5d4d " ,
77
- "version" : "3.10.0a5 " ,
74
+ "url" : "https://www.python.org/ftp/python/3.10.0/Python-3.10.0b4 .tar.xz" ,
75
+ "size" : 18652712 ,
76
+ "sha256" : "27d2f40401144830bd89d632002d1ab7c7898637f098d83e813e3edf70dd3b40 " ,
77
+ "version" : "3.10.0b4 " ,
78
78
"licenses" : ["Python-2.0" , "CNRI-Python" ],
79
79
"license_file" : "LICENSE.cpython.txt" ,
80
80
"python_tag" : "cp310" ,
You can’t perform that action at this time.
0 commit comments