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 serhiy.storchaka
Recipients asvetlov, serhiy.storchaka, yselivanov
Date 2018-05-20.09:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526807722.12.0.682650639539.issue33584@psf.upfronthosting.co.za>
In-reply-to
Content
* get_future_loop() silenced all exceptions raised when look up the get_loop attribute, not just an AttributeError.

* enter_task() silenced all exceptions raised when look up the current task, not just a KeyError.

* repr() was called for a borrowed link in enter_task() and task_step_impl().

* str() was used instead of repr() in formatting one error message.

* There where few reference leaks.
History
Date User Action Args
2018-05-20 09:15:22serhiy.storchakasetrecipients: + serhiy.storchaka, asvetlov, yselivanov
2018-05-20 09:15:22serhiy.storchakasetmessageid: <1526807722.12.0.682650639539.issue33584@psf.upfronthosting.co.za>
2018-05-20 09:15:21serhiy.storchakalinkissue33584 messages
2018-05-20 09:15:21serhiy.storchakacreate