0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 13:28:21 +01:00
cpython/Parser
Tim Peters e561dc231e XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt
disaster too, so this change is here to stay.  Beefed up the comments
and added some stats Andrew reported.  Also a small change to the
macro body, to make it obvious how XXXROUNDUP(0) ends up returning 0.
See SF patch 578297 for context.

Not a bugfix candidate, as the functional changes here have already
been backported to the 2.2 line (this patch just improves clarity).
2002-07-15 17:58:03 +00:00
..
.cvsignore
acceler.c I trust the parser accelators are getting added :-). 2002-07-11 15:43:37 +00:00
bitset.c
firstsets.c
grammar1.c
grammar.c
grammar.mak
intrcheck.c
listnode.c
metagrammar.c
myreadline.c Fix bug 439992 - [win32] KeyboardInterrupt Not Caught. 2002-07-14 23:12:29 +00:00
node.c XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt 2002-07-15 17:58:03 +00:00
parser.c
parser.h
parsetok.c Fix SF Bug 564931: compile() traceback must include filename. 2002-07-09 09:23:27 +00:00
pgen.c
pgen.h
pgenmain.c The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added 2002-07-09 02:57:01 +00:00
printgrammar.c
tokenizer.c
tokenizer.h