We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda7192 commit 4bc0683Copy full SHA for 4bc0683
jitcode/jitced_template.c
@@ -12,7 +12,7 @@ double parameter_{{control_par}};
12
{% endfor %}
13
14
{% if callbacks|length %}
15
-double inline callback(PyObject * Python_function, PyObject * arglist)
+static inline double callback(PyObject * Python_function, PyObject * arglist)
16
{
17
PyObject * py_result = PyObject_CallObject(Python_function,arglist);
18
Py_DECREF(arglist);
0 commit comments