]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
authorTomas R. <tomas.roun8@gmail.com>
Sat, 12 Apr 2025 10:34:36 +0000 (12:34 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Apr 2025 10:34:36 +0000 (11:34 +0100)
commit3d08c8ad20dfabd4864be139cd9c2eb5602ccdfe
treee1a0eb511b507db7c1d21be8f730504e55024e76
parentd4e2cdc15bdfe84486b885eca885c44bc378fc41
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
Include/cpython/warnings.h
Lib/test/test_compile.py
Lib/test/test_pyrepl/test_interact.py
Python/_warnings.c
Python/errors.c