mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
GH-142513: fix missing return in executor_clear (GH-143073)
fix missing return in executor_clear
This commit is contained in:
parent
487e91c120
commit
700e9fad70
@ -1773,6 +1773,7 @@ static int
|
||||
executor_clear(PyObject *op)
|
||||
{
|
||||
executor_invalidate(op);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user