File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,6 @@ sys.ps1 # Available in interactive mode
170170sys.ps2 # Available in interactive mode
171171sys.tracebacklimit # Must be set first
172172
173- # This depends on how Python was built
174- zlib.ZLIBNG_VERSION
175-
176173
177174# ==========================================================
178175# Other allowlist entries that cannot or should not be fixed
Original file line number Diff line number Diff line change @@ -159,6 +159,10 @@ multiprocessing.managers._BaseSetProxy.pop
159159(_?hashlib.(openssl_)?shake_128)?
160160(_?hashlib.(openssl_)?shake_256)?
161161
162+ # These depend on how Python was built and may not always be available
163+ zlib.ZLIBNG_VERSION
164+ compression.zlib.ZLIBNG_VERSION
165+
162166
163167# =============================================================
164168# Allowlist entries that cannot or should not be fixed; >= 3.13
You can’t perform that action at this time.
0 commit comments