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 0429aa2 commit b8e6335Copy full SHA for b8e6335
2 files changed
.github/workflows/build.yml
@@ -26,6 +26,7 @@ concurrency:
26
27
env:
28
FORCE_COLOR: 1
29
+ PIP_NO_COMPILE: 1
30
31
jobs:
32
build-context:
Misc/NEWS.d/next/Build/2026-01-27-23-39-26.gh-issue-144278.tejFwL.rst
@@ -1,4 +1,4 @@
1
Enables patching the ``TAG`` preprocessor definition to override
2
-:attr:`sys.implementation.cache_tag` at build time. Setting it to ``NULL``
3
-has the effect of completely disabling automatic creation and use of
4
-``.pyc`` files.
+:data:`sys.implementation.cache_tag <sys.implementation>` at build time.
+Setting it to ``NULL`` has the effect of completely disabling automatic
+creation and use of ``.pyc`` files.
0 commit comments