]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Fix _ctypes_test build on Windows in release mode (#111005)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Oct 2023 21:45:24 +0000 (23:45 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 21:45:24 +0000 (23:45 +0200)
commit2ba6f68890cf6d5baec4f98a8c05e76c3b13b816
tree718d03f311e2dd10b446f581afeeb2e2abc0d7b2
parent0f9d0fb437fd206e281b84309f171f5dfe3ef0c2
gh-85283: Fix _ctypes_test build on Windows in release mode (#111005)

Define Py_BUILD_CORE to not attempt to link the extension to
python3.lib (which fails).
Modules/_ctypes/_ctypes_test.c