diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-06-15 20:54:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-15 20:54:35 (GMT) |
commit | 2f9cbaa8b2190b6dfd3157ede9b6973523a3b939 (patch) | |
tree | 755fff72d4fcfa731b23d710c82583cf62ac4e1a /Misc | |
parent | a9d0b34a5c5d4fdc12bba4f9c1e314e6e132cc65 (diff) | |
download | cpython-2f9cbaa8b2190b6dfd3157ede9b6973523a3b939.zip cpython-2f9cbaa8b2190b6dfd3157ede9b6973523a3b939.tar.gz cpython-2f9cbaa8b2190b6dfd3157ede9b6973523a3b939.tar.bz2 |
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723)
This reverts commit 9b7c74ca32d1bec7128d550a9ab1b2ddc7046287.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2018-05-10-16-59-15.bpo-32962.S-rcIN.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-05-10-16-59-15.bpo-32962.S-rcIN.rst b/Misc/NEWS.d/next/Tests/2018-05-10-16-59-15.bpo-32962.S-rcIN.rst deleted file mode 100644 index 97328eb..0000000 --- a/Misc/NEWS.d/next/Tests/2018-05-10-16-59-15.bpo-32962.S-rcIN.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed test_gdb when Python is compiled with flags -mcet -fcf-protection -O0. |