Uh oh!
There was an error while loading. Please reload this page.
[3.14] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) - #152003
Conversation
…figparser (pythonGH-143929) (cherry picked from commit 5858e42) Co-authored-by: Seth Larson <seth@python.org>
encukou
commented
Jun 24, 2026
Fuzzer failures look unrelated. @python/fuzzers, could you give me CIFuzz access so I'm able to investigate? (Contacting you per devguide.) |
Uh oh!
There was an error while loading. Please reload this page.
StanFromIreland
commented
Jun 24, 2026
I'm not sure what you mean? The logs are public as it's ran in the CI. The workflow for CI fuzz is also in this repository, the targets live here or in |
The errors aren't new, to fix it we can just add the exceptions ( |
encukou
commented
Jun 24, 2026
Oh, CI-Fuzz and OSS-Fuzz are different things. Sorry for the noise! |
StanFromIreland
commented
Jun 24, 2026
Yep, we run CI-Fuzz. If you want to join us in OSS-Fuzz land, you'll have to open a PR in Google's repository to gain access, I'm afraid we don't technically have control over it. Ping me over there and I'll approve it :-) |
(cherry picked from commit 5858e42)
Co-authored-by: Seth Larson seth@python.org