summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-01-23 18:05:15 (GMT)
committerGitHub <noreply@github.com>2024-01-23 18:05:15 (GMT)
commit5f1997896d9c3ecf92e9863177c452b468a6a2c8 (patch)
treeb7ec662ae2ae284d19633b8c5c4453e5bf726a28 /Python/pythonrun.c
parentba253a4794ae2d35a6f6df46a98a1ed38bd61268 (diff)
downloadcpython-5f1997896d9c3ecf92e9863177c452b468a6a2c8.zip
cpython-5f1997896d9c3ecf92e9863177c452b468a6a2c8.tar.gz
cpython-5f1997896d9c3ecf92e9863177c452b468a6a2c8.tar.bz2
gh-112984: Fix link error on free-threaded Windows build (GH-114455)
The test_peg_generator test tried to link the python313_d.lib library, which failed because the library is now named python313t_d.lib. The underlying problem is that the "compiler" attribute was not set when we call get_libraries() from distutils.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions