unicode_escape
When using .decode("unicode_escape") with an error handler there is a use-after-free segfault.
.decode("unicode_escape")
CPython main branch
No response