Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit84b2af4

Browse files
zoobamiss-islington
authored andcommitted
pythongh-98629: Fixes sys._git and sys.version creation on Windows (pythonGH-99664)
(cherry picked from commit49e554d)Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent0c6b3a2 commit84b2af4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix initialization of:data:`sys.version` and ``sys._git`` on Windows

‎PCbuild/pythoncore.vcxproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
</PropertyGroup>
586586
<MessageText="Building $(GitTag):$(GitVersion) $(GitBranch)"Importance="high" />
587587
<ItemGroup>
588-
<ClCompileCondition="$(Filename) == 'getbuildinfo'">
588+
<ClCompileCondition="%(Filename) == 'getbuildinfo'">
589589
<PreprocessorDefinitions>GITVERSION="$(GitVersion)";GITTAG="$(GitTag)";GITBRANCH="$(GitBranch)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
590590
</ClCompile>
591591
</ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp