]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove _PyIsSelectable_fd() C API (#107142)
authorVictor Stinner <vstinner@python.org>
Sun, 23 Jul 2023 19:07:12 +0000 (21:07 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 19:07:12 +0000 (19:07 +0000)
commitadb27ea2d5e2f74f4be8f15b199889161c33e801
tree5fc0996181ba84e5c73a5372ffd741e101b676f2
parent956b3de816f4b18f6b947a11c8eec6c39f60ea88
gh-106320: Remove _PyIsSelectable_fd() C API (#107142)

Move _PyIsSelectable_fd() macro to the internal C API
(pycore_fileutils.h).
Include/fileobject.h
Include/internal/pycore_fileutils.h
Modules/_ssl.c