diff options
author | Jack Hindmarch <1750152+jackh-ncl@users.noreply.github.com> | 2022-10-19 10:05:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 10:05:08 (GMT) |
commit | 602ea40d8936812367db2ffed5226ca25a607f46 (patch) | |
tree | f56fd83464970308ebe07c4c59deee0a14c9f0c3 /Misc/NEWS.d | |
parent | 9be05df3997de3fe9d34525871baa375cbccd7fc (diff) | |
download | cpython-602ea40d8936812367db2ffed5226ca25a607f46.zip cpython-602ea40d8936812367db2ffed5226ca25a607f46.tar.gz cpython-602ea40d8936812367db2ffed5226ca25a607f46.tar.bz2 |
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test_py_compile.py` (GH-93235)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-05-25-22-53-30.gh-issue-92886.mIfdtz.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-05-25-22-53-30.gh-issue-92886.mIfdtz.rst b/Misc/NEWS.d/next/Tests/2022-05-25-22-53-30.gh-issue-92886.mIfdtz.rst new file mode 100644 index 0000000..014e9e6 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-05-25-22-53-30.gh-issue-92886.mIfdtz.rst @@ -0,0 +1 @@ +Fixing tests that fail when running with optimizations (``-O``) in ``test_py_compile.py`` |