New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

* 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.

----------
components: Extension Modules, asyncio
messages: 317160
nosy: asvetlov, serhiy.storchaka, yselivanov
priority: normal
severity: normal
status: open
title: Fix several minor bugs in asyncio
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33584>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to