Skip to content

Commit 83d3398

Browse files
committed
Preserve pyc files in distributed artefacts.
1 parent 0013ca0 commit 83d3398

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

patch/Python/release.iOS.exclude

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# This is a list of support package path patterns that we exclude
22
# from all Python-Apple-support tarballs.
33
# It is used by `tar -X` during the Makefile build.
4-
# Remove pyc files. These take up space, but since most stdlib modules are
5-
# never imported by user code, they mostly have no value.
6-
*/__pycache__

patch/Python/release.tvOS.exclude

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# This is a list of support package path patterns that we exclude
22
# from all Python-Apple-support tarballs.
33
# It is used by `tar -X` during the Makefile build.
4-
# Remove pyc files. These take up space, but since most stdlib modules are
5-
# never imported by user code, they mostly have no value.
6-
*/__pycache__
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# This is a list of support package path patterns that we exclude
22
# from all Python-Apple-support tarballs.
33
# It is used by `tar -X` during the Makefile build.
4-
# Remove pyc files. These take up space, but since most stdlib modules are
5-
# never imported by user code, they mostly have no value.
6-
*/__pycache__

0 commit comments

Comments
 (0)