There was an error while loading. Please reload this page.
1 parent 3c45240 commit b4588c2Copy full SHA for b4588c2
1 file changed
Modules/_testcapimodule.c
@@ -2429,7 +2429,8 @@ static int _pending_callback(void *arg)
2429
/* The following requests n callbacks to _pending_callback. It can be
2430
* run from any python thread.
2431
*/
2432
-PyObject *pending_threadfunc(PyObject *self, PyObject *arg)
+static PyObject *
2433
+pending_threadfunc(PyObject *self, PyObject *arg)
2434
{
2435
PyObject *callable;
2436
int r;
0 commit comments