◐ Shell
clean mode source ↗

PEP 765: What's New warnings filter suggestions by ncoghlan · Pull Request #139658 · python/cpython

For CI use cases where static code analysis is in use,
emitting SyntaxWarnings is essentially redundant.

Accordingly, there's no harm in suggesting that folks
turn them off to avoid poor interactions between PEP 765
and treating warnings as errors.

iritkatriel

iritkatriel

AA-Turner

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

ncoghlan

@ncoghlan

@AA-Turner AA-Turner removed 3.14

bugs and security fixes

3.15

pre-release feature fixes, bugs and security fixes

labels

Oct 6, 2025

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 6, 2025
…nGH-139658)

(cherry picked from commit 3311580)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

hugovk pushed a commit that referenced this pull request

Oct 6, 2025
…GH-139658) (#139676)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

danigm pushed a commit to openSUSE-Python/cpython that referenced this pull request

Oct 7, 2025
…n#139658)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>