cpython/Include
Antoine Pitrou 658fad8aae Issue #3697: "Fatal Python error: Cannot recover from stack overflow"
could be easily encountered under Windows in debug mode when exercising
the recursion limit checking code, due to bogus handling of recursion
limit when USE_STACKCHEK was enabled.

Reviewed by Amaury Forgeot d'Arc on IRC.
2008-09-03 18:34:34 +00:00
..
Python-ast.h
Python.h Merged revisions 63955 via svnmerge from 2008-07-16 02:17:56 +00:00
abstract.h Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to 2008-08-26 22:40:48 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h make bytes(o) respect __bytes__ #2415 2008-08-26 16:46:47 +00:00
cellobject.h
ceval.h Issue #3697: "Fatal Python error: Cannot recover from stack overflow" 2008-09-03 18:34:34 +00:00
classobject.h
cobject.h #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an 2008-08-29 18:37:05 +00:00
code.h
codecs.h
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
frameobject.h #3021: Antoine Pitrou's Lexical exception handlers 2008-06-11 15:59:43 +00:00
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h
marshal.h
memoryobject.h #3560: cleanup C memoryview API 2008-08-19 18:22:14 +00:00
metagrammar.h
methodobject.h #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
modsupport.h
moduleobject.h
node.h
object.h Fix #3651 various memory leaks when using the buffer interface 2008-08-27 00:31:37 +00:00
objimpl.h
opcode.h #3021: Antoine Pitrou's Lexical exception handlers 2008-06-11 15:59:43 +00:00
osdefs.h
parsetok.h
patchlevel.h done with 3.0 2008-08-21 03:02:47 +00:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pydebug.h
pyerrors.h
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h Merged revisions 63955 via svnmerge from 2008-07-16 02:17:56 +00:00
pymath.h Merged revisions 65658,65869,65882 via svnmerge from 2008-08-19 21:42:13 +00:00
pymem.h Merged revisions 65182 via svnmerge from 2008-07-23 16:13:07 +00:00
pyport.h Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
pystate.h
pystrcmp.h
pystrtod.h
pythonrun.h Merged revisions 64214 via svnmerge from 2008-06-13 01:09:34 +00:00
pythread.h Merged revisions 64212 via svnmerge from 2008-06-13 00:26:50 +00:00
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from 2008-08-17 18:02:44 +00:00
sysmodule.h
timefuncs.h
token.h
traceback.h Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
tupleobject.h
ucnhash.h
unicodeobject.h Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
warnings.h
weakrefobject.h