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 Oren Milman, asvetlov, yselivanov
Date 2017-12-25.16:08:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514218119.12.0.213398074469.issue31721@psf.upfronthosting.co.za>
In-reply-to
Content
> _log_traceback is a private property and asyncio implementation detail, you should never touch it.

But still, we shouldn't let Python crash if someone sets it.  I'll make a PR to fix this the way Oren proposed.

Andrew, let's discuss later with what we want to replace _log_traceback. I don't like that it's a semi-public thing.
History
Date User Action Args
2017-12-25 16:08:39yselivanovsetrecipients: + yselivanov, asvetlov, Oren Milman
2017-12-25 16:08:39yselivanovsetmessageid: <1514218119.12.0.213398074469.issue31721@psf.upfronthosting.co.za>
2017-12-25 16:08:39yselivanovlinkissue31721 messages
2017-12-25 16:08:39yselivanovcreate