From a9757bf34d8b4cb3c24bbb70d50a06c815e2e8f3 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Wed, 15 Sep 2021 19:15:26 -0600 Subject: bpo-45020: Drop the frozen .h files from the repo. (gh-28375) The main advantage is that the files will no longer show up in diffs and PRs. That means, for a PR, the number of files / lines changed will more clearly reflect the actual change. https://bugs.python.org/issue45020 --- PCbuild/_freeze_module.vcxproj | 40 ++++++++++++++++++++++++++++++++++ PCbuild/_freeze_module.vcxproj.filters | 24 ++++++++++++++++++++ 2 files changed, 64 insertions(+) (limited to 'PCbuild') diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj index e306884029..ef0069c83f 100644 --- a/PCbuild/_freeze_module.vcxproj +++ b/PCbuild/_freeze_module.vcxproj @@ -245,6 +245,46 @@ $(IntDir)zipimport.g.h $(PySourcePath)Python\frozen_modules\zipimport.h + + abc + $(IntDir)abc.g.h + $(PySourcePath)Python\frozen_modules\abc.h + + + io + $(IntDir)io.g.h + $(PySourcePath)Python\frozen_modules\io.h + + + _collections_abc + $(IntDir)_collections_abc.g.h + $(PySourcePath)Python\frozen_modules\_collections_abc.h + + + _sitebuiltins + $(IntDir)_sitebuiltins.g.h + $(PySourcePath)Python\frozen_modules\_sitebuiltins.h + + + genericpath + $(IntDir)genericpath.g.h + $(PySourcePath)Python\frozen_modules\genericpath.h + + + ntpath + $(IntDir)ntpath.g.h + $(PySourcePath)Python\frozen_modules\ntpath.h + + + posixpath + $(IntDir)posixpath.g.h + $(PySourcePath)Python\frozen_modules\posixpath.h + + + stat + $(IntDir)stat.g.h + $(PySourcePath)Python\frozen_modules\stat.h + __hello__ $(IntDir)__hello__.g.h diff --git a/PCbuild/_freeze_module.vcxproj.filters b/PCbuild/_freeze_module.vcxproj.filters index 6e7c1bba26..71fb41cb42 100644 --- a/PCbuild/_freeze_module.vcxproj.filters +++ b/PCbuild/_freeze_module.vcxproj.filters @@ -25,6 +25,30 @@ Python Files + + Python Files + + + Python Files + + + Python Files + + + Python Files + + + Python Files + + + Python Files + + + Python Files + + + Python Files + Python Files -- cgit v1.2.1