aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-04-26 01:40:00 +0200
committerGitHub <noreply@github.com>2019-04-26 01:40:00 +0200
commit5422e3cfb7ffc50b147b4662d6f596cd61533754 (patch)
tree6787f3f53164785273a6d4f59cd13d5a68ce1a27 /pyconfig.h.in
parentbpo-35920: Windows 10 ARM32 platform support (GH-11774) (diff)
downloadcpython-5422e3cfb7ffc50b147b4662d6f596cd61533754.tar.gz
cpython-5422e3cfb7ffc50b147b4662d6f596cd61533754.tar.bz2
cpython-5422e3cfb7ffc50b147b4662d6f596cd61533754.zip
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 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 562c0271133..4b779614727 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -12,6 +12,10 @@
support for AIX C++ shared extension modules. */
#undef AIX_GENUINE_CPLUSPLUS
+/* Alternative SOABI used in debug build to load C extensions built in release
+ mode */
+#undef ALT_SOABI
+
/* The Android API level. */
#undef ANDROID_API_LEVEL