Skip to content

gh-151461: Fix encoding-related exception handling in file tokenizer #119993

gh-151461: Fix encoding-related exception handling in file tokenizer

gh-151461: Fix encoding-related exception handling in file tokenizer #119993

Triggered via pull request June 14, 2026 11:59
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint
Process completed with exit code 1.
ruff (F811): Lib/test/test_source_encoding.py#L552
Lib/test/test_source_encoding.py:552:9: F811 Redefinition of unused `test_coding_spec_decode_error` from line 547: `test_coding_spec_decode_error` redefined here Lib/test/test_source_encoding.py:547:9: previous definition of `test_coding_spec_decode_error` here help: Remove definition: `test_coding_spec_decode_error`