Skip to content

Commit a1db4ff

Browse files
committed
Sync modsupport.c and getargs.c with CPython
1 parent 0b13e15 commit a1db4ff

File tree

8 files changed

+3076
-712
lines changed

8 files changed

+3076
-712
lines changed

graalpython/com.oracle.graal.python.cext/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ set(SRC_FILES ${CAPI_SRC}/codecs.c ${CAPI_SRC}/setobject.c ${CAPI_SRC}/compile.c
113113
${CAPI_SRC}/fileobject.c ${CAPI_SRC}/pystrcmp.c ${CAPI_SRC}/getversion.c
114114
${CAPI_SRC}/genobject.c ${CAPI_SRC}/methodobject.c ${CAPI_SRC}/boolobject.c ${CAPI_SRC}/pylifecycle.c
115115
${CAPI_SRC}/errors.c ${CAPI_SRC}/signals.c ${CAPI_SRC}/datetime.c ${CAPI_SRC}/call.c
116+
${CAPI_SRC}/getargs.c
116117
)
117118

118119
file(GLOB_RECURSE ACTUAL_SRC_FILES

0 commit comments

Comments
 (0)