]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (GH-19740)
authorJean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Mon, 10 Mar 2025 17:40:17 +0000 (00:40 +0700)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 17:40:17 +0000 (17:40 +0000)
commitc3487c941dfa252bde7e69f9d953d4ca9a56408d
tree3c1741b1637bc466afe6fed0c20efe739385f215
parentbe046ee6e06d3eea5f249c524861b76df6c9f003
gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (GH-19740)

Define Py_NO_LINK_LIB to build extension disabling pragma based auto-linking. This is relevant when using build-system generator (e.g CMake) where the linking is explicitly handled
Doc/extending/windows.rst
Doc/whatsnew/3.14.rst
Misc/NEWS.d/next/Build/2023-04-02-14-20-29.gh-issue-82909.LGcZJy.rst [new file with mode: 0644]
PC/pyconfig.h.in