Skip to content

Commit 4beee95

Browse files
committed
Downgrade '_sre' and '_struct' module to 3.6.4.
1 parent 7b7d6e3 commit 4beee95

File tree

15 files changed

+1038
-1722
lines changed

15 files changed

+1038
-1722
lines changed

graalpython/com.oracle.graal.python.cext/include/Python.h

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

graalpython/com.oracle.graal.python.cext/include/abstract.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ PyAPI_FUNC(PyObject *) _PyObject_FastCallKeywords(
260260
#define _PyObject_CallNoArg(func) \
261261
_PyObject_FastCallDict((func), NULL, 0, NULL)
262262

263+
#define _PyObject_CallArg1(func, arg) \
264+
_PyObject_FastCall((func), &(arg), 1)
265+
263266
PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
264267
PyObject *callable,
265268
PyObject *obj,

0 commit comments

Comments
 (0)