]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88046: remove impossible conditional import for `_ssl.RAND_egd` (#139648)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 9 Oct 2025 09:14:36 +0000 (11:14 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 09:14:36 +0000 (11:14 +0200)
commit197c610a1e8e396e354c10f6f5dd60ed6548be77
tree19e20c42273695bc7bf006be9eca55708fae5a9d
parent65089406a54df6d3fdc65f5f7e7691ec5de088d8
gh-88046: remove impossible conditional import for `_ssl.RAND_egd` (#139648)

`_ssl.RAND_egd` was removed in b8d0fa035d74ae6ae00794c9af636b427c5dc650.
Doc/library/ssl.rst
Lib/ssl.py