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.
S
Sam Gross committed
5f1997896d9c3ecf92e9863177c452b468a6a2c8
Parent: ba253a4
Committed by GitHub <noreply@github.com>
on 1/23/2024, 6:05:15 PM