]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Aug 2020 13:13:09 +0000 (06:13 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 13:13:09 +0000 (06:13 -0700)
commit90eff4ed4445a0fa9d8cdf74c0f86c50ed510dad
tree4fd7a494697ab690eb79ed6166716521763ad48e
parent6e21a3021590ef0f4869d192e6478d6f78aa3f2a
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)

(cherry picked from commit 369a1cbdee14d9f27356fb3a8bb21e4fde289d25)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/codeop.py
Lib/test/test_codeop.py
Misc/NEWS.d/next/Library/2020-08-12-13-25-16.bpo-41520.BEUWa4.rst [new file with mode: 0644]