[New-bugs-announce] [issue38107] Replace direct future and task contructor calls with factories in asyncio tests

Andrew Svetlov report at bugs.python.org
Wed Sep 11 08:16:03 EDT 2019


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

1. Factories are recommended way for a task and a future creation.
2. Consider this task as asyncio tests tidy up.

----------
components: asyncio
keywords: 3.3regression
messages: 351837
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Replace direct future and task contructor calls with factories in asyncio tests
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38107>
_______________________________________


More information about the New-bugs-announce mailing list