File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- #ifndef Py_BUILD_CORE_BUILTIN
2- # define Py_BUILD_CORE_MODULE 1
3- #endif
4-
51#include "Python.h"
62#include "pycore_freelist.h" // _Py_FREELIST_POP()
73#include "pycore_genobject.h"
You can’t perform that action at this time.
0 commit comments