We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HAS_PHA
_ssl
1 parent 7cb4fe0 commit 8b877a6Copy full SHA for 8b877a6
2 files changed
stdlib/@tests/stubtest_allowlists/py314.txt
@@ -16,7 +16,6 @@ _heapq.heapreplace_max
16
_imp.pyc_magic_number_token
17
_socket.IP_RECVTTL
18
_socket.if_indextoname
19
-_ssl.HAS_PHA
20
_thread.RLock.locked
21
_thread.set_name
22
ast.Interpolation
stdlib/_ssl.pyi
@@ -283,6 +283,8 @@ HAS_TLSv1: bool
283
HAS_TLSv1_1: bool
284
HAS_TLSv1_2: bool
285
HAS_TLSv1_3: bool
286
+if sys.version_info >= (3, 14):
287
+ HAS_PHA: bool
288
289
# version info
290
OPENSSL_VERSION_NUMBER: int
0 commit comments