# Crash report ### What happened? When using `.decode("unicode_escape")` with an error handler there is a use-after-free segfault. ### CPython versions tested on: CPython main branch ### Operating systems tested on: _No response_ ### Output from running 'python -VV' on the command line: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-129648 * gh-133942 * gh-133944 * gh-134255 * gh-134337 * gh-134341 * gh-134345 * gh-134346 <!-- /gh-linked-prs -->
Crash report
What happened?
When using
.decode("unicode_escape")with an error handler there is a use-after-free segfault.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Output from running 'python -VV' on the command line:
No response
Linked PRs