Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c40 #define DEFAULT_CODE_SIZE 128 macro
6564 a->a_bytecode = PyBytes_FromStringAndSize(NULL, DEFAULT_CODE_SIZE); in assemble_init()