8000 Re-sync with internal repository (#132) · itamaro/cpython@ec52fb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec52fb8

Browse files
Re-sync with internal repository (python#132)
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging.
1 parent f508768 commit ec52fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/getpath.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#endif
2020

2121
/* Reference the precompiled getpath.py */
22-
#include "../Python/frozen_modules/getpath.h"
22+
#include "Python/frozen_modules/getpath.h"
2323

2424
#if (!defined(PREFIX) || !defined(EXEC_PREFIX) \
2525
|| !defined(VERSION) || !defined(VPATH) \
@@ -949,4 +949,3 @@ _PyConfig_InitPathConfig(PyConfig *config, int compute_path_config)
949949

950950
return _PyStatus_OK();
951951
}
952-

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
PLATLIBDIR="DLLs";
121121
%(PreprocessorDefinitions)
122122
</PreprocessorDefinitions>
123+
<AdditionalIncludeDirectories>$(PySourcePath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
123124
</ClCompile>
124125
</ItemGroup>
125126
<ItemGroup>

0 commit comments

Comments
 (0)
0