]> granicus.if.org Git - python/commit
Issue #5437: A preallocated MemoryError instance should not hold traceback
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Oct 2010 22:56:58 +0000 (22:56 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Oct 2010 22:56:58 +0000 (22:56 +0000)
commit07e20ef50b52d2359213bc5d91f809a76cfd1524
tree74803fa7efe3959104b0d9760e4cff172e5c3919
parent1842d0c4d88fffb5bea53b410acb77796b66bc8b
Issue #5437: A preallocated MemoryError instance should not hold traceback
data (including local variables caught in the stack trace) alive infinitely.
Include/pyerrors.h
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c
Python/errors.c