]> granicus.if.org Git - python/commit
bpo-36722: Debug build loads libraries built in release mode (GH-12952)
authorVictor Stinner <vstinner@redhat.com>
Thu, 25 Apr 2019 23:40:00 +0000 (01:40 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2019 23:40:00 +0000 (01:40 +0200)
commit5422e3cfb7ffc50b147b4662d6f596cd61533754
tree6787f3f53164785273a6d4f59cd13d5a68ce1a27
parent62dfd7d6fe11bfa0cd1d7376382c8e7b1275e38c
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.
Misc/NEWS.d/next/Core and Builtins/2019-04-25-21-02-40.bpo-36722.8NApVM.rst [new file with mode: 0644]
Python/dynload_shlib.c
configure
configure.ac
pyconfig.h.in