mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-24 09:48:39 +08:00
Remove outdated allowlist entries (#15133)
This commit is contained in:
@@ -139,36 +139,6 @@ multiprocessing.managers._BaseSetProxy.copy
|
||||
multiprocessing.managers._BaseSetProxy.pop
|
||||
|
||||
|
||||
# Changes from patch releases to be introduced in Python 3.14.0b3
|
||||
# (Remove once 3.14.0b3 becomes available for all platforms)
|
||||
(genericpath.__all__)?
|
||||
(genericpath.ALLOW_MISSING)?
|
||||
(ntpath.__all__)?
|
||||
(ntpath.ALLOW_MISSING)?
|
||||
(os.path.__all__)?
|
||||
(os.path.ALLOW_MISSING)?
|
||||
(os.path.realpath)?
|
||||
(posixpath.__all__)?
|
||||
(posixpath.ALLOW_MISSING)?
|
||||
(tarfile.__all__)?
|
||||
(tarfile.LinkFallbackError)?
|
||||
(tarfile.TarFile._extract_member)?
|
||||
(tarfile.TarFile.makelink_with_filter)?
|
||||
(_?hashlib.new)?
|
||||
(_?hashlib.(openssl_)?md5)?
|
||||
(_?hashlib.(openssl_)?sha1)?
|
||||
(_?hashlib.(openssl_)?sha224)?
|
||||
(_?hashlib.(openssl_)?sha256)?
|
||||
(_?hashlib.(openssl_)?sha384)?
|
||||
(_?hashlib.(openssl_)?sha3_224)?
|
||||
(_?hashlib.(openssl_)?sha3_256)?
|
||||
(_?hashlib.(openssl_)?sha3_384)?
|
||||
(_?hashlib.(openssl_)?sha3_512)?
|
||||
(_?hashlib.(openssl_)?sha512)?
|
||||
(_?hashlib.(openssl_)?shake_128)?
|
||||
(_?hashlib.(openssl_)?shake_256)?
|
||||
|
||||
|
||||
# =============================================================
|
||||
# Allowlist entries that cannot or should not be fixed; >= 3.13
|
||||
# =============================================================
|
||||
|
||||
@@ -19,12 +19,6 @@ authlib.jose.rfc7518.jwe_algs.ECDHESAlgorithm.name
|
||||
authlib.jose.rfc7518.jwe_algs.RSAAlgorithm.description
|
||||
authlib.jose.rfc7518.jwe_algs.RSAAlgorithm.name
|
||||
|
||||
# Re-exports of hashlib functions whose signatures changed in Python 3.13.4.
|
||||
# (Remove once 3.13.4 is consistently available)
|
||||
(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA256)?
|
||||
(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA384)?
|
||||
(authlib.jose.rfc7518.jws_algs.HMACAlgorithm.SHA512)?
|
||||
|
||||
# Methods whose *args and **kwargs arguments are added dynamically due to the @hooked decorator:
|
||||
authlib.oauth2.rfc6749.AuthorizationCodeGrant.create_token_response
|
||||
authlib.oauth2.rfc6749.AuthorizationCodeGrant.validate_token_request
|
||||
|
||||
Reference in New Issue
Block a user