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 ankostis, brett.cannon, vstinner, yselivanov
Date 2017-09-13.16:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505319739.19.0.397854702872.issue29757@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not excited to keep multiple exception objects alive because the Exception.__traceback__ causes many hairy reference cycle issues.

I just found an old bug in socket.create_connection():
https://github.com/python/cpython/pull/3546

See https://bugs.python.org/issue29639#msg302087 for my story of the bug.
History
Date User Action Args
2017-09-13 16:22:19vstinnersetrecipients: + vstinner, brett.cannon, yselivanov, ankostis
2017-09-13 16:22:19vstinnersetmessageid: <1505319739.19.0.397854702872.issue29757@psf.upfronthosting.co.za>
2017-09-13 16:22:19vstinnerlinkissue29757 messages
2017-09-13 16:22:19vstinnercreate