]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Do not set a MemoryError exception over another MemoryError exception,
authorVladimir Marangozov <vladimir.marangozov@t-online.de>
Fri, 18 Aug 2000 18:01:06 +0000 (18:01 +0000)
committerVladimir Marangozov <vladimir.marangozov@t-online.de>
Fri, 18 Aug 2000 18:01:06 +0000 (18:01 +0000)
commit0888ff17bd745333dc61a0e4bb3afb399f007c3f
treea1c85cc9b8e67658356860be9607259974b3f0db
parent8ae9ce5e5b40f0e2fc809a08dbbede5079c7b8e7
Do not set a MemoryError exception over another MemoryError exception,
thus preserving the first one that has been raised.
Python/errors.c