]> granicus.if.org Git - python/commit
Merged revisions 85896 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Oct 2010 23:06:57 +0000 (23:06 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Oct 2010 23:06:57 +0000 (23:06 +0000)
commit98e2b452975f13b13052aeb9d166ed8a3ef45063
tree2d7ee32804bc590346f62f45bcb1e46b0221f90b
parentd7a3ab962bb773258ad1906c26af1ca75ed7daf7
Merged revisions 85896 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85896 | antoine.pitrou | 2010-10-29 00:56:58 +0200 (ven., 29 oct. 2010) | 4 lines

  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