Skip to content

Commit 8b877a6

Browse files
Add HAS_PHA to _ssl (#14033)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7cb4fe0 commit 8b877a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ _heapq.heapreplace_max
1616
_imp.pyc_magic_number_token
1717
_socket.IP_RECVTTL
1818
_socket.if_indextoname
19-
_ssl.HAS_PHA
2019
_thread.RLock.locked
2120
_thread.set_name
2221
ast.Interpolation

stdlib/_ssl.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ HAS_TLSv1: bool
283283
HAS_TLSv1_1: bool
284284
HAS_TLSv1_2: bool
285285
HAS_TLSv1_3: bool
286+
if sys.version_info >= (3, 14):
287+
HAS_PHA: bool
286288

287289
# version info
288290
OPENSSL_VERSION_NUMBER: int

0 commit comments

Comments
 (0)