]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 13 Aug 2024 20:44:57 +0000 (14:44 -0600)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 20:44:57 +0000 (14:44 -0600)
commitee1b8ce26e700350e47a5f65201097121c41912e
treed20c7875e496ceca4c74a706f5536774e0fc0dd6
parent5f6851152254b4b9d70af4ae5aea3f20965cee28
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)

As of 529a160 (gh-118204), building with HAVE_DYNAMIC_LOADING stopped working.  This is a minimal fix just to get builds working again.  There are actually a number of long-standing deficiencies with HAVE_DYNAMIC_LOADING builds that need to be resolved separately.
Include/internal/pycore_importdl.h
Lib/importlib/_bootstrap_external.py
Misc/NEWS.d/next/Core_and_Builtins/2024-08-12-11-19-37.gh-issue-122907.q68096.rst [new file with mode: 0644]
Python/importdl.c
Tools/build/check_extension_modules.py