# Bug report ### Bug description: In `_contextvars.Context.run`, `call_result` is not `Py_DECREF`'d if `_PyContext_Exit` fails. See [here](https://github.com/python/cpython/blob/main/Python/context.c#L660). ### CPython versions tested on: 3.11 ### Operating systems tested on: Linux <!-- gh-linked-prs --> ### Linked PRs * gh-120812 * gh-120843 * gh-120844 <!-- /gh-linked-prs -->