Home
last modified time | relevance | path

Searched defs:PyLong_FromSocket_t (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dsocketmodule.h221 #define PyLong_FromSocket_t(fd) PyLong_FromLong((SOCKET_T)(fd)) macro
224 #define PyLong_FromSocket_t(fd) PyLong_FromLongLong((SOCKET_T)(fd)) macro