summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-04-25 23:40:00 (GMT)
committerGitHub <noreply@github.com>2019-04-25 23:40:00 (GMT)
commit5422e3cfb7ffc50b147b4662d6f596cd61533754 (patch)
tree6787f3f53164785273a6d4f59cd13d5a68ce1a27 /Misc/NEWS.d
parent62dfd7d6fe11bfa0cd1d7376382c8e7b1275e38c (diff)
downloadcpython-5422e3cfb7ffc50b147b4662d6f596cd61533754.zip
cpython-5422e3cfb7ffc50b147b4662d6f596cd61533754.tar.gz
cpython-5422e3cfb7ffc50b147b4662d6f596cd61533754.tar.bz2
bpo-36722: Debug build loads libraries built in release mode (GH-12952)
In debug build, import now also looks for C extensions compiled in release mode and for C extensions compiled in the stable ABI.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-04-25-21-02-40.bpo-36722.8NApVM.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-04-25-21-02-40.bpo-36722.8NApVM.rst b/Misc/NEWS.d/next/Core and Builtins/2019-04-25-21-02-40.bpo-36722.8NApVM.rst
new file mode 100644
index 0000000..210a7e0
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-04-25-21-02-40.bpo-36722.8NApVM.rst
@@ -0,0 +1,2 @@
+In debug build, import now also looks for C extensions compiled in release
+mode and for C extensions compiled in the stable ABI.