diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-09-26 14:54:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-26 14:54:13 (GMT) |
commit | 64b4a3a2deabcd4103fac2759a311fe94159b4d1 (patch) | |
tree | 5863b15a0c00a3df2ddc469bca0be7e4a07d2443 /Misc | |
parent | 12f2f177fc483723406d7917194e7f655a20631b (diff) | |
download | cpython-64b4a3a2deabcd4103fac2759a311fe94159b4d1.zip cpython-64b4a3a2deabcd4103fac2759a311fe94159b4d1.tar.gz cpython-64b4a3a2deabcd4103fac2759a311fe94159b4d1.tar.bz2 |
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-09-26-15-48-36.bpo-38239.MfoVzY.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-09-26-15-48-36.bpo-38239.MfoVzY.rst b/Misc/NEWS.d/next/Tests/2019-09-26-15-48-36.bpo-38239.MfoVzY.rst new file mode 100644 index 0000000..f79da29 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-09-26-15-48-36.bpo-38239.MfoVzY.rst @@ -0,0 +1 @@ +Fix test_gdb for Link Time Optimization (LTO) builds. |