summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorPaul Price <price@astro.princeton.edu>2018-02-21 06:00:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-02-21 06:00:01 (GMT)
commitba518804bf4c1ea01df5e622b333d3116cbaa3bd (patch)
treed7bc5b9b2458ec527a911e7d0a9f125b683d84ad /Misc/NEWS.d/next
parente9edee0b65650c4f9db90cefc2e9a8125bad762c (diff)
downloadcpython-ba518804bf4c1ea01df5e622b333d3116cbaa3bd.zip
cpython-ba518804bf4c1ea01df5e622b333d3116cbaa3bd.tar.gz
cpython-ba518804bf4c1ea01df5e622b333d3116cbaa3bd.tar.bz2
bpo-32889: update valgrind suppressions (GH-5779)
Py_ADDRESS_IN_RANGE was renamed address_in_range in 3.6 (commit 3924f93794fd740c547b44884f73303196475cd5).
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-02-20-21-53-48.bpo-32889.J6eWy5.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-02-20-21-53-48.bpo-32889.J6eWy5.rst b/Misc/NEWS.d/next/Core and Builtins/2018-02-20-21-53-48.bpo-32889.J6eWy5.rst
new file mode 100644
index 0000000..99128cc
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-02-20-21-53-48.bpo-32889.J6eWy5.rst
@@ -0,0 +1,2 @@
+Update Valgrind suppression list to account for the rename of
+``Py_ADDRESS_IN_RANG`` to ``address_in_range``.