diff options
author | Kumar Aditya <rahuladitya303@gmail.com> | 2021-12-09 16:51:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 16:51:09 (GMT) |
commit | 44b0e76f2a80c9a78242b7542b8b1218d244af07 (patch) | |
tree | 5a1cde546959ae56e02b26d791310d2b2cc80aa5 /PCbuild/pythoncore.vcxproj | |
parent | dc4a212bd305831cb4b187a2e0cc82666fcb15ca (diff) | |
download | cpython-44b0e76f2a80c9a78242b7542b8b1218d244af07.zip cpython-44b0e76f2a80c9a78242b7542b8b1218d244af07.tar.gz cpython-44b0e76f2a80c9a78242b7542b8b1218d244af07.tar.bz2 |
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 119650a..a2ee95e 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -532,6 +532,10 @@ <ClCompile Include="..\Python\deepfreeze\df.os.c" /> <ClCompile Include="..\Python\deepfreeze\df.site.c" /> <ClCompile Include="..\Python\deepfreeze\df.stat.c" /> + <ClCompile Include="..\Python\deepfreeze\df.types.c" /> + <ClCompile Include="..\Python\deepfreeze\df.importlib.util.c" /> + <ClCompile Include="..\Python\deepfreeze\df.importlib.machinery.c" /> + <ClCompile Include="..\Python\deepfreeze\df.runpy.c" /> <ClCompile Include="..\Python\deepfreeze\df.__hello__.c" /> <ClCompile Include="..\Python\deepfreeze\df.__phello__.c" /> <ClCompile Include="..\Python\deepfreeze\df.__phello__.ham.c" /> |