diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-08-12 13:13:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 13:13:09 (GMT) |
commit | 90eff4ed4445a0fa9d8cdf74c0f86c50ed510dad (patch) | |
tree | 4fd7a494697ab690eb79ed6166716521763ad48e /Misc | |
parent | 6e21a3021590ef0f4869d192e6478d6f78aa3f2a (diff) | |
download | cpython-90eff4ed4445a0fa9d8cdf74c0f86c50ed510dad.zip cpython-90eff4ed4445a0fa9d8cdf74c0f86c50ed510dad.tar.gz cpython-90eff4ed4445a0fa9d8cdf74c0f86c50ed510dad.tar.bz2 |
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
(cherry picked from commit 369a1cbdee14d9f27356fb3a8bb21e4fde289d25)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-08-12-13-25-16.bpo-41520.BEUWa4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-08-12-13-25-16.bpo-41520.BEUWa4.rst b/Misc/NEWS.d/next/Library/2020-08-12-13-25-16.bpo-41520.BEUWa4.rst new file mode 100644 index 0000000..ca5501c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-08-12-13-25-16.bpo-41520.BEUWa4.rst @@ -0,0 +1 @@ +Fix :mod:`codeop` regression: it no longer ignores :exc:`SyntaxWarning`. |