SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 15 Python

gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)

Fix __lltrace__ debug feature if the stdout encoding is not UTF-8.

If the stdout encoding is not UTF-8, the first call to
lltrace_resume_frame() indirectly sets lltrace to 0 when calling
unicode_check_encoding_errors() which calls
encodings.search_function().
V
Victor Stinner committed
5695c0e0a25da58dfc1d22fc1cd68c2fda0a320d
Parent: 1971014
Committed by GitHub <noreply@github.com> on 5/25/2022, 9:45:33 AM