diff options
author | Mark Shannon <mark@hotpy.org> | 2021-06-10 11:37:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 11:37:22 (GMT) |
commit | 31aa0dbff4c1d39c9d77c6c8f4a61d0e46c1268b (patch) | |
tree | 1ce0b4151af7504e454ec387be4406d8fdc1e537 /Misc | |
parent | 54cb63863f19a7c64d9a3a5fd97bdfc0dd7ab374 (diff) | |
download | cpython-31aa0dbff4c1d39c9d77c6c8f4a61d0e46c1268b.zip cpython-31aa0dbff4c1d39c9d77c6c8f4a61d0e46c1268b.tar.gz cpython-31aa0dbff4c1d39c9d77c6c8f4a61d0e46c1268b.tar.bz2 |
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2021-06-10-11-19-43.bpo-44363.-K9jD0.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-06-10-11-19-43.bpo-44363.-K9jD0.rst b/Misc/NEWS.d/next/Tests/2021-06-10-11-19-43.bpo-44363.-K9jD0.rst new file mode 100644 index 0000000..28468cb --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2021-06-10-11-19-43.bpo-44363.-K9jD0.rst @@ -0,0 +1,2 @@ +Account for address sanitizer in test_capi. test_capi now passes when run +GCC address sanitizer. |