We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bf299 commit 5e9cbd8Copy full SHA for 5e9cbd8
Misc/NEWS
@@ -679,6 +679,8 @@ Documentation
679
Tools/Demos
680
-----------
681
682
+- Issue #25440: Fix output of python-config --extension-suffix.
683
+
684
- Issue #23330: h2py now supports arbitrary filenames in #include.
685
686
- Issue #24031: make patchcheck now supports git checkouts, too.
Misc/python-config.sh.in
@@ -49,7 +49,7 @@ PY_ENABLE_SHARED="@PY_ENABLE_SHARED@"
49
LDVERSION="@LDVERSION@"
50
LIBDEST=${prefix}/lib/python${VERSION}
51
LIBPL=$(echo "@LIBPL@" | sed "s#$prefix_build#$prefix_real#")
52
-SO="@SO@"
+SO="@EXT_SUFFIX@"
53
PYTHONFRAMEWORK="@PYTHONFRAMEWORK@"
54
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
55
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
0 commit comments