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 yselivanov
Recipients chris.jerdonek, gvanrossum, hynek, martin.panter, njs, yselivanov
Date 2017-11-13.15:00:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510585245.65.0.213398074469.issue29587@psf.upfronthosting.co.za>
In-reply-to
Content
Guido,

The second example ("No active exception to reraise") was an actual long open bug.  It was recently fixed by Mark Shannon in [1].

I think we should be able to fix the first case (missing __context__) although it's not critical.  I'll look into it after the context PEP and few other open asyncio issues.

[1] https://github.com/python/cpython/pull/1773
History
Date User Action Args
2017-11-13 15:00:45yselivanovsetrecipients: + yselivanov, gvanrossum, njs, chris.jerdonek, hynek, martin.panter
2017-11-13 15:00:45yselivanovsetmessageid: <1510585245.65.0.213398074469.issue29587@psf.upfronthosting.co.za>
2017-11-13 15:00:45yselivanovlinkissue29587 messages
2017-11-13 15:00:45yselivanovcreate