Home
last modified time | relevance | path

Searched refs:F_PY_TO_U (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A Dtestcapi_long.h7 F_PY_TO_U convert pylong to unsigned; PyObject* -> unsigned TYPENAME
49 uout = F_PY_TO_U(pyresult); in error()
95 uout = F_PY_TO_U(x); in error()
118 uout = F_PY_TO_U(x); in error()
194 uout = F_PY_TO_U(Py_None); in error()
H A D_testcapimodule.c495 #define F_PY_TO_U PyLong_AsUnsignedLong macro
510 #undef F_PY_TO_U macro
523 #define F_PY_TO_U PyLong_AsUnsignedLongLong macro
538 #undef F_PY_TO_U macro

Completed in 14 milliseconds