Skip to content

Commit f47933c

Browse files
Fix allowlist
1 parent 8dd58d3 commit f47933c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ sys.ps1 # Available in interactive mode
170170
sys.ps2 # Available in interactive mode
171171
sys.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

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)