Skip to content

Commit cca01ff

Browse files
use stdlib.in
1 parent 48a8c84 commit cca01ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Modules/Setup.bootstrap.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ _symtable symtablemodule.c
3939
# for systems without $HOME env, used by site._getuserbase()
4040
@MODULE_PWD_TRUE@pwd pwdmodule.c
4141

42-
@MODULE__ASYNCIO_TRUE@_asyncio _asynciomodule.c

Modules/Setup.stdlib.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,9 @@
192192
# Limited API template modules; must be built as shared modules.
193193
@MODULE_XXLIMITED_TRUE@xxlimited xxlimited.c
194194
@MODULE_XXLIMITED_35_TRUE@xxlimited_35 xxlimited_35.c
195+
196+
197+
# for performance
198+
*static*
199+
200+
@MODULE__ASYNCIO_TRUE@_asyncio _asynciomodule.c

0 commit comments

Comments
 (0)