]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
don't mistake memory errors (including reaching the recursion limit)
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 27 Aug 2000 20:59:47 +0000 (20:59 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 27 Aug 2000 20:59:47 +0000 (20:59 +0000)
commit33accc1f5c4c8122b5dc6b207b2c4c80ac37f7b7
treead755284020d9cab2137a20ed1b9aa48bb645e86
parent6f9320b9d12649d084ed54671960d8387a856282
don't mistake memory errors (including reaching the recursion limit)
with success.  also, check return values from the mark functions.

this addresses (but doesn't really solve) bug #112693, and low-memory
problems reported by jack jansen.
Modules/_sre.c