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 0afa33d commit acacc9eCopy full SHA for acacc9e
mypyc/lib-rt/CPy.h
@@ -67,7 +67,7 @@ typedef struct tuple_T4CIOO {
67
// System-wide empty tuple constant
68
extern PyObject * __mypyc_empty_tuple__;
69
70
-static inline PyObject *CPyTuple_LoadEmptyTupleConstant() {
+static inline PyObject *CPyTuple_LoadEmptyTupleConstant(void) {
71
#if !CPY_3_12_FEATURES
72
Py_INCREF(__mypyc_empty_tuple__);
73
#endif
0 commit comments