We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a8c84 commit cca01ffCopy full SHA for cca01ff
Modules/Setup.bootstrap.in
@@ -39,4 +39,3 @@ _symtable symtablemodule.c
39
# for systems without $HOME env, used by site._getuserbase()
40
@MODULE_PWD_TRUE@pwd pwdmodule.c
41
42
-@MODULE__ASYNCIO_TRUE@_asyncio _asynciomodule.c
Modules/Setup.stdlib.in
@@ -192,3 +192,9 @@
192
# Limited API template modules; must be built as shared modules.
193
@MODULE_XXLIMITED_TRUE@xxlimited xxlimited.c
194
@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