This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, vstinner
Date 2013-12-03.22:48:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386110927.04.0.145486554164.issue19880@psf.upfronthosting.co.za>
In-reply-to
Content
contextmanager_leak.py: shorter script to demonstrate the issue.

Replacing "exc_info = sys.exc_info()" with "sys.exc_info()" works around the issue.
History
Date User Action Args
2013-12-03 22:48:47vstinnersetrecipients: + vstinner, pitrou
2013-12-03 22:48:47vstinnersetmessageid: <1386110927.04.0.145486554164.issue19880@psf.upfronthosting.co.za>
2013-12-03 22:48:47vstinnerlinkissue19880 messages
2013-12-03 22:48:46vstinnercreate