Skip to content

Commit 66c1bff

Browse files
committed
Merge branch 'dev' into 3.9
2 parents e4263f8 + a8d691d commit 66c1bff

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ $$(PYTHON_XCFRAMEWORK-$(os)): $$(foreach sdk,$$(SDKS-$(os)),$$(PYTHON_FATLIB-$$(
836836
cp -f -r $$(PYTHON_DIR-$$(firstword $$(PYTHON_TARGETS-$(os))))/_install/lib/python$(PYTHON_VER) \
837837
$$(PYTHON_RESOURCES-$(os))
838838

839-
Python-$(os): $$(PYTHON_XCFRAMEWORK-$(os))
839+
Python-$(os): dist/Python-$(PYTHON_VER)-$(os)-support.$(BUILD_NUMBER).tar.gz
840840

841841
###########################################################################
842842
# Build

patch/Python/Setup.embedded

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _sha3 _sha3/sha3module.c
3939
_sha256 sha256module.c -DPy_BUILD_CORE_MODULE
4040
_sha512 sha512module.c -DPy_BUILD_CORE_MODULE
4141
_socket socketmodule.c
42-
_sqlite3 -I$(srcdir)/Modules/_sqlite -DSQLITE_OMIT_LOAD_EXTENSION -lsqlite3 \
42+
_sqlite3 -I$(srcdir)/Modules/_sqlite -DMODULE_NAME='\"sqlite3\"' -DSQLITE_OMIT_LOAD_EXTENSION -lsqlite3 \
4343
_sqlite/cache.c \
4444
_sqlite/connection.c \
4545
_sqlite/cursor.c \

tests/testbed/src/testbed/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def test_stdlib_modules():
7171
"_socket",
7272
"_statistics",
7373
"_struct",
74-
"_typing",
7574
"_uuid",
7675
"array",
7776
"binascii",

0 commit comments

Comments
 (0)