Skip to content

Commit 7e79509

Browse files
committed
Fix _opcode.c
1 parent 8cb71dd commit 7e79509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_opcode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ _opcode_get_executor_impl(PyObject *module, PyObject *code, int offset)
372372
#else
373373
PyErr_Format(PyExc_RuntimeError,
374374
"Executors is not available in this build");
375+
return NULL;
375376
#endif
376377
}
377378

0 commit comments

Comments
 (0)