]> granicus.if.org Git - python/commit
Issue #7544: Preallocate thread memory before creating the thread to avoid a
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 3 Mar 2010 23:20:25 +0000 (23:20 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 3 Mar 2010 23:20:25 +0000 (23:20 +0000)
commit71fb87e64c51627564262fd64299f7ac79625404
treedf72f580ff07a3bd5419e3a3509a8c5806a51836
parent2379bb664ac33b77d076a9a8db59f73af9eb3c8f
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