Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_symtable.h73 int ste_opt_lineno; /* lineno of last exec or import * */ member
/third_party/python/Python/
Dsymtable.c91 ste->ste_opt_lineno = 0; in ste_new()