Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed2b0fb

Browse filesBrowse files
authored
Update Windows library names for the Python version bump (#118766)
1 parent 66f8bb7 commit ed2b0fb
Copy full SHA for ed2b0fb

File tree

2 files changed

+5
-5
lines changed
Filter options

2 files changed

+5
-5
lines changed

‎PC/pyconfig.h.in

Copy file name to clipboardExpand all lines: PC/pyconfig.h.in
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,19 +316,19 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
316316
file in their Makefile */
317317
# if defined(Py_GIL_DISABLED)
318318
# if defined(_DEBUG)
319-
# pragma comment(lib,"python313t_d.lib")
319+
# pragma comment(lib,"python314t_d.lib")
320320
# elif defined(Py_LIMITED_API)
321321
# pragma comment(lib,"python3t.lib")
322322
# else
323-
# pragma comment(lib,"python313t.lib")
323+
# pragma comment(lib,"python314t.lib")
324324
# endif /* _DEBUG */
325325
# else /* Py_GIL_DISABLED */
326326
# if defined(_DEBUG)
327-
# pragma comment(lib,"python313_d.lib")
327+
# pragma comment(lib,"python314_d.lib")
328328
# elif defined(Py_LIMITED_API)
329329
# pragma comment(lib,"python3.lib")
330330
# else
331-
# pragma comment(lib,"python313.lib")
331+
# pragma comment(lib,"python314.lib")
332332
# endif /* _DEBUG */
333333
# endif /* Py_GIL_DISABLED */
334334
# endif /* _MSC_VER */

‎PCbuild/rt.bat

Copy file name to clipboardExpand all lines: PCbuild/rt.bat
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if "%~1"=="-O" (set dashO=-O) & shift & goto CheckOpts
4242
if "%~1"=="-q" (set qmode=yes) & shift & goto CheckOpts
4343
if "%~1"=="-d" (set suffix=_d) & shift & goto CheckOpts
4444
rem HACK: Need some way to infer the version number in this script
45-
if "%~1"=="--disable-gil" (set pyname=python3.13t) & shift & goto CheckOpts
45+
if "%~1"=="--disable-gil" (set pyname=python3.14t) & shift & goto CheckOpts
4646
if "%~1"=="-win32" (set prefix=%pcbuild%win32) & shift & goto CheckOpts
4747
if "%~1"=="-x64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts
4848
if "%~1"=="-amd64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.