]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11393: limit stack overflow test to 100 MB
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 31 Mar 2011 09:34:08 +0000 (11:34 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 31 Mar 2011 09:34:08 +0000 (11:34 +0200)
commitf0480750796df39b6c356fbfe1cdcb395725654c
treec084fe744e891d53ee9a995cbd65d5d4f9a07a93
parent702624ecf7fa0b7247b2bd07962db30d3e53885d
Issue #11393: limit stack overflow test to 100 MB

Stop if the stack overflow doesn't occur after allocating 100 MB on the stack.
Lib/test/test_faulthandler.py
Modules/faulthandler.c