Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h347 #define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11) macro
/third_party/python/Lib/test/
Dtest_call.py536 Py_TPFLAGS_HAVE_VECTORCALL = 1 << 11 variable