cpython/Parser
Michael W. Hudson e3afc598bc In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,
because (essentially) I didn't realise that PY_BEGIN/END_ALLOW_THREADS
actually expanded to nothing under a no-threads build, so if you somehow
NULLed out the threadstate (e.g. by calling PyThread_SaveThread) it would
stay NULLed when you return to Python.  Argh!

Backport candidate.
2005-04-07 10:11:19 +00:00
..
.cvsignore
acceler.c [Patch #974633] Check PyObject_MALLOC return for error 2004-06-29 14:03:04 +00:00
bitset.c
firstsets.c
grammar.c Fix for SF 780407. 2004-03-20 22:34:14 +00:00
grammar.mak SF bug 751956: graminit.[ch] don't build on windows 2003-06-17 00:05:53 +00:00
grammar1.c
intrcheck.c Patch #975056 - fixes for restartable signals on *BSD. In addition, 2004-10-13 14:48:50 +00:00
listnode.c
metagrammar.c
myreadline.c In a threads-disabled build, typing Ctrl-C into a raw_input() crashed, 2005-04-07 10:11:19 +00:00
node.c
parser.c
parser.h
parsetok.c Pass the flags along, rather than ignoring them. Backport candidate 2004-07-08 01:54:07 +00:00
pgen.c Remove a "temporary" piece of code that was probably unneeded since 2003-12-15 06:06:24 +00:00
pgenmain.c Remove support for --without-universal-newlines (see PEP 11). 2004-02-07 13:53:46 +00:00
printgrammar.c
tokenizer.c Patch #802188: better parser error message for non-EOL following line cont. 2005-03-03 11:45:45 +00:00
tokenizer.h
tokenizer_pgen.c