File tree Expand file tree Collapse file tree 4 files changed +2355
-26
lines changed
graalpython/com.oracle.graal.python.cext
mx.graalpython/copyrights Expand file tree Collapse file tree 4 files changed +2355
-26
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ set(SRC_FILES ${CAPI_SRC}/codecs.c ${CAPI_SRC}/setobject.c ${CAPI_SRC}/compile.c
109
109
${CAPI_SRC} /getcompiler.c ${CAPI_SRC} /pyhash.c ${CAPI_SRC} /fileutils.c
110
110
${CAPI_SRC} /modsupport.c ${CAPI_SRC} /context.c ${CAPI_SRC} /abstract.c ${CAPI_SRC} /frameobject.c
111
111
${CAPI_SRC} /posixmodule.c ${CAPI_SRC} /exceptions.c ${CAPI_SRC} /pyctype.c
112
- ${CAPI_SRC} /mystrtoul.c ${CAPI_SRC} /weakrefobject.c
112
+ ${CAPI_SRC} /mystrtoul.c ${CAPI_SRC} /weakrefobject.c ${CAPI_SRC} /gcmodule.c
113
113
${CAPI_SRC} /modsupport_shared.c ${CAPI_SRC} /fileobject.c ${CAPI_SRC} /pystrcmp.c ${CAPI_SRC} /getversion.c
114
114
${CAPI_SRC} /genobject.c ${CAPI_SRC} /methodobject.c ${CAPI_SRC} /boolobject.c ${CAPI_SRC} /pylifecycle.c
115
115
${CAPI_SRC} /errors.c ${CAPI_SRC} /signals.c ${CAPI_SRC} /datetime.c ${CAPI_SRC} /call.c
You can’t perform that action at this time.
0 commit comments