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 adaptivelogic, eric.snow, gvanrossum, ncoghlan, pitrou, rhettinger, vstinner, yselivanov
Date 2014-06-12.21:48:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402609727.01.0.0840666779239.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
While trying to fix a similar issue for the asyncio project, I wrote the following code:
https://bitbucket.org/haypo/misc/src/ce48d7b3ea1d223691e496e41aca8f5784671cd5/python/suppress_locals.py?at=default

I was not aware that a similar approach (attached traceback2.patch) was already implemented.

Asyncio issues:
https://code.google.com/p/tulip/issues/detail?id=155
https://code.google.com/p/tulip/issues/detail?id=42

See also the Python issue #20032.
History
Date User Action Args
2014-06-12 21:48:47vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, ncoghlan, pitrou, eric.snow, yselivanov, adaptivelogic
2014-06-12 21:48:47vstinnersetmessageid: <1402609727.01.0.0840666779239.issue17911@psf.upfronthosting.co.za>
2014-06-12 21:48:46vstinnerlinkissue17911 messages
2014-06-12 21:48:46vstinnercreate