diff options
author | Sam Gross <colesbury@gmail.com> | 2024-01-23 18:05:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 18:05:15 (GMT) |
commit | 5f1997896d9c3ecf92e9863177c452b468a6a2c8 (patch) | |
tree | b7ec662ae2ae284d19633b8c5c4453e5bf726a28 /Python/codecs.c | |
parent | ba253a4794ae2d35a6f6df46a98a1ed38bd61268 (diff) | |
download | cpython-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/codecs.c')
0 files changed, 0 insertions, 0 deletions