@@ -139,36 +139,6 @@ multiprocessing.managers._BaseSetProxy.copy
139139multiprocessing.managers._BaseSetProxy.pop
140140
141141
142- # Changes from patch releases to be introduced in Python 3.14.0b3
143- # (Remove once 3.14.0b3 becomes available for all platforms)
144- (genericpath.__all__)?
145- (genericpath.ALLOW_MISSING)?
146- (ntpath.__all__)?
147- (ntpath.ALLOW_MISSING)?
148- (os.path.__all__)?
149- (os.path.ALLOW_MISSING)?
150- (os.path.realpath)?
151- (posixpath.__all__)?
152- (posixpath.ALLOW_MISSING)?
153- (tarfile.__all__)?
154- (tarfile.LinkFallbackError)?
155- (tarfile.TarFile._extract_member)?
156- (tarfile.TarFile.makelink_with_filter)?
157- (_?hashlib.new)?
158- (_?hashlib.(openssl_)?md5)?
159- (_?hashlib.(openssl_)?sha1)?
160- (_?hashlib.(openssl_)?sha224)?
161- (_?hashlib.(openssl_)?sha256)?
162- (_?hashlib.(openssl_)?sha384)?
163- (_?hashlib.(openssl_)?sha3_224)?
164- (_?hashlib.(openssl_)?sha3_256)?
165- (_?hashlib.(openssl_)?sha3_384)?
166- (_?hashlib.(openssl_)?sha3_512)?
167- (_?hashlib.(openssl_)?sha512)?
168- (_?hashlib.(openssl_)?shake_128)?
169- (_?hashlib.(openssl_)?shake_256)?
170-
171-
172142# =============================================================
173143# Allowlist entries that cannot or should not be fixed; >= 3.13
174144# =============================================================
0 commit comments