Skip to content

Commit 48a8c84

Browse files
build _asyncio as static module
1 parent b74fb8e commit 48a8c84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Modules/Setup.bootstrap.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ _symtable symtablemodule.c
3838

3939
# for systems without $HOME env, used by site._getuserbase()
4040
@MODULE_PWD_TRUE@pwd pwdmodule.c
41+
42+
@MODULE__ASYNCIO_TRUE@_asyncio _asynciomodule.c

Modules/Setup.stdlib.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
############################################################################
3333
# Modules that should always be present (POSIX and Windows):
3434
@MODULE_ARRAY_TRUE@array arraymodule.c
35-
@MODULE__ASYNCIO_TRUE@_asyncio _asynciomodule.c
3635
@MODULE__BISECT_TRUE@_bisect _bisectmodule.c
3736
@MODULE__CSV_TRUE@_csv _csv.c
3837
@MODULE__HEAPQ_TRUE@_heapq _heapqmodule.c

0 commit comments

Comments
 (0)