There was an error while loading. Please reload this page.
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
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