Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c5380 int nlocals_int; in makecode() local
5404 nlocals_int = Py_SAFE_DOWNCAST(nlocals, Py_ssize_t, int); in makecode()
5427 nlocals_int, maxdepth, flags, in makecode()