Re: [Python-Dev] new unbounded memory leak in exception handling?

2009-11-17 Thread Greg Hewgill
ion value in a python2/3 portable way a = sys.exc_info()[1] a.__traceback__ = None I have added a doc bug issue for this: http://bugs.python.org/issue7340 Greg Hewgill http://hewgill.com ___ Python-Dev mailing list Python-Dev@p

[Python-Dev] new unbounded memory leak in exception handling?

2009-11-17 Thread Greg Hewgill
is is a regression error, since Python 2.x does not exhibit the same behaviour. Can anybody confirm this? Greg Hewgill http://hewgill.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: