mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
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:
parent
956b3de816
commit
adb27ea2d5
3 changed files with 8 additions and 8 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue