Remove zlib.ZLIBNG_VERSION Windows requirement (#14947)

This commit is contained in:
Stan Ulbrych
2025-10-30 11:49:57 +00:00
committed by GitHub
parent 3f1cdc586d
commit 947ec497ec
2 changed files with 6 additions and 2 deletions
@@ -170,6 +170,10 @@ sys.ps1 # Available in interactive mode
sys.ps2 # Available in interactive mode
sys.tracebacklimit # Must be set first
# This is only present if Python was built with zlib-ng.
(zlib\.ZLIBNG_VERSION)?
(compression\.zlib\.ZLIBNG_VERSION)?
# ==========================================================
# Other allowlist entries that cannot or should not be fixed