Home | History | Annotate | Download | only in python2.7

Lines Matching refs:markstack

1934     markstack = []      # bytecode positions of MARK opcodes
1942 indentchunk * len(markstack),
1959 if markstack:
1960 markpos = markstack.pop()
2019 markstack.append(pos)