Home
last modified time | relevance | path

Searched refs:PyLong_AsPid (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Dlongobject.h42 #define PyLong_AsPid PyLong_AsLong macro
46 #define PyLong_AsPid PyLong_AsLong macro
50 #define PyLong_AsPid PyLong_AsLongLong macro
/third_party/python/Modules/
Dposixmodule.c5895 pid_t pgid = PyLong_AsPid(setpgroup); in parse_posix_spawn_flags()