We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f4251 commit f1f1790Copy full SHA for f1f1790
patch/Python/exclude.macOS
@@ -26,9 +26,6 @@ lib/python*/lib-dynload/_test*.so
26
lib/python*/lib-dynload/_ctypes_test*.so
27
lib/python*/lib-dynload/xxlimited*.so
28
lib/python*/lib-dynload/_xxtestfuzz*.so
29
-lib/python*/lib-dynload/_curses*.so
30
-# Remove command-line curses toolkit.
31
-lib/python*/curses
32
# Remove config-* directory, which is used for compiling C extension modules.
33
lib/python*/config-*
34
# Remove ensurepip. If user code needs pip, it can add it to
@@ -46,4 +43,4 @@ lib/python*/site-packages
46
43
share
47
44
# Remove pyc files. These take up space, but since most stdlib modules are
48
45
# never imported by user code, they mostly have no value.
49
-*/*.pyc
+*/*.pyc
0 commit comments