mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -1773,6 +1773,7 @@ static int
|
|||
executor_clear(PyObject *op)
|
||||
{
|
||||
executor_invalidate(op);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue