commit | d156fa303348b5bcc644f96d390382d7fb573a7b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Mar 21 13:32:31 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Mar 21 13:32:31 2010 +0000 |
tree | 2cb8730ebe47e813ac6280718dd601761cefe927 | |
parent | 27bf15ef8d6080985d313aa61d05ac92ff61e0dd [diff] |
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. ........