]> granicus.if.org Git - python/commit
Correct one of the "MemoryError oddities":
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 31 Jul 2008 22:56:02 +0000 (22:56 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 31 Jul 2008 22:56:02 +0000 (22:56 +0000)
commite19cadb427b6910930b50584bd9066ab5b198300
tree318d34b82b72e35bfcf4df07991ca22efa58c730
parenta986dfa927017d23c73c703ba848bd86b4424437
Correct one of the "MemoryError oddities":
the traceback would grow each time a MemoryError is raised.
Lib/test/test_exceptions.py
Python/errors.c