Closed
Description
Bug report
Bug description:
In _contextvars.Context.run
, call_result
is not Py_DECREF
'd if _PyContext_Exit
fails. See here.
CPython versions tested on:
3.11
Operating systems tested on:
Linux
In _contextvars.Context.run
, call_result
is not Py_DECREF
'd if _PyContext_Exit
fails. See here.
3.11
Linux