Searched defs:Py_LOCAL (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Include/
H A Dpyport.h261 /* Py_LOCAL can be used instead of static to get the fastest possible calling
288 #define Py_LOCAL(type) static type __fastcall macro
291 #define Py_LOCAL(type) static type macro
294 #define Py_LOCAL(type) static type macro

Completed in 75 milliseconds