mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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().
2 lines
96 B
ReStructuredText
2 lines
96 B
ReStructuredText
Fix ``__lltrace__`` debug feature if the stdout encoding is not UTF-8. Patch
|
|
by Victor Stinner.
|