gh-106320: Remove _PyIsSelectable_fd() C API (#107142)

Move _PyIsSelectable_fd() macro to the internal C API
(pycore_fileutils.h).
This commit is contained in:
Victor Stinner 2023-07-23 21:07:12 +02:00 committed by GitHub
parent 956b3de816
commit adb27ea2d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -26,6 +26,7 @@
#define OPENSSL_NO_DEPRECATED 1
#include "Python.h"
#include "pycore_fileutils.h" // _PyIsSelectable_fd()
#include "pycore_weakref.h" // _PyWeakref_GET_REF()
/* Include symbols from _socket module */