[New-bugs-announce] [issue33584] Fix several minor bugs in asyncio

Serhiy Storchaka report at bugs.python.org
Sun May 20 05:15:22 EDT 2018


New submission from Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue33584>
_______________________________________


More information about the New-bugs-announce mailing list