]> granicus.if.org Git - python/commit
Merged revisions 67343 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 22 Nov 2008 20:06:51 +0000 (20:06 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 22 Nov 2008 20:06:51 +0000 (20:06 +0000)
commit74b458ceb2de45d70d47b9e40dd262ca86e33769
tree65f9f780e4d8006dddc943cb668b13502170c17c
parent71ce9e7ba4f5e06a48a0c455f6a5ae21feacc764
Merged revisions 67343 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67343 | amaury.forgeotdarc | 2008-11-22 21:01:18 +0100 (sam., 22 nov. 2008) | 5 lines

  #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from
  stack overflow. But doing this, it always crashes when the stack is nearly full.

  Reviewed by Martin von Loewis. Will backport to 2.6.
........
Misc/NEWS
Python/pythonrun.c