]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Jun 2020 08:24:45 +0000 (01:24 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2020 08:24:45 +0000 (01:24 -0700)
commitc067183605cf84bb1a246635f52827251d0476f8
tree12cb0a05c0f35d7570f95f7f6c3232d2abf6d88a
parenta5d6aba318ead9cc756ba750a70da41f5def3f8f
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)

* bpo-40807: Show warnings once from codeop._maybe_compile

* Move catch_warnings

* news

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 052d3fc0907be253cfd64b2c737a0b0aca586011)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/codeop.py
Lib/test/test_codeop.py
Misc/NEWS.d/next/Library/2020-06-04-16-25-15.bpo-40807.yYyLWx.rst [new file with mode: 0644]