Searched refs:parsetok (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Parser/ |
D | parsetok.c | 15 static node *parsetok(struct tok_state *, grammar *, int, perrdetail *, int *); 120 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseStringObject() 188 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseFileObject() 216 parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret, in parsetok() function
|
/third_party/python/Doc/faq/ |
D | extending.rst | 288 #include <parsetok.h>
|
/third_party/python/ |
D | Makefile.pre.in | 326 PARSER_OBJS= $(POBJS) $(PEGEN_OBJS) Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o 331 $(srcdir)/Include/parsetok.h \ 920 …hon/symtable.o Python/ast_unparse.o Python/ast.o Python/future.o Parser/parsetok.o: $(srcdir)/Incl…
|
/third_party/python/Misc/ |
D | NEWS | 1985 - bpo-40020: Fix a leak and subsequent crash in parsetok.c caused by realloc 8032 - bpo-34400: Fix undefined behavior in parsetok.c. Patch by Zackery Spytz.
|
D | HISTORY | 21903 This would have been a four-line change in parsetok.c... Except
|