]> granicus.if.org Git - python/commit
Merged revisions 78638 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 21 Mar 2010 13:32:31 +0000 (13:32 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 21 Mar 2010 13:32:31 +0000 (13:32 +0000)
commitd156fa303348b5bcc644f96d390382d7fb573a7b
tree2cb8730ebe47e813ac6280718dd601761cefe927
parent27bf15ef8d6080985d313aa61d05ac92ff61e0dd
Merged revisions 78638 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78638 | victor.stinner | 2010-03-04 00:20:25 +0100 (jeu., 04 mars 2010) | 3 lines

  Issue #7544: Preallocate thread memory before creating the thread to avoid a
  fatal error in low memory condition.
........
Include/pystate.h
Misc/NEWS
Modules/threadmodule.c
Python/pystate.c