Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c40 #define DEFAULT_LNOTAB_SIZE 16 macro
3498 a->a_lnotab = PyString_FromStringAndSize(NULL, DEFAULT_LNOTAB_SIZE); in assemble_init()
/external/python/cpython3/Python/
Dcompile.c37 #define DEFAULT_LNOTAB_SIZE 16 macro
5087 a->a_lnotab = PyBytes_FromStringAndSize(NULL, DEFAULT_LNOTAB_SIZE); in assemble_init()