Add HAS_PHA to _ssl (#14033)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
sobolevn
2025-05-13 03:14:35 +03:00
committed by GitHub
parent 7cb4fe0495
commit 8b877a6993
2 changed files with 2 additions and 1 deletions
@@ -16,7 +16,6 @@ _heapq.heapreplace_max
_imp.pyc_magic_number_token
_socket.IP_RECVTTL
_socket.if_indextoname
_ssl.HAS_PHA
_thread.RLock.locked
_thread.set_name
ast.Interpolation
+2
View File
@@ -283,6 +283,8 @@ HAS_TLSv1: bool
HAS_TLSv1_1: bool
HAS_TLSv1_2: bool
HAS_TLSv1_3: bool
if sys.version_info >= (3, 14):
HAS_PHA: bool
# version info
OPENSSL_VERSION_NUMBER: int