[New-bugs-announce] [issue46358] Modernize `test_asyncio/test_base_events.py`

Nikita Sobolev report at bugs.python.org
Wed Jan 12 15:53:36 EST 2022


New submission from Nikita Sobolev <mail at sobolevn.me>:

Right now there's a special case for python3.4 in `Lib/test/test_asyncio/test_base_events.py` file.

Links:
- https://github.com/python/cpython/blob/0bbf30e2b910bc9c5899134ae9d73a8df968da35/Lib/test/test_asyncio/test_base_events.py#L24
- https://github.com/python/cpython/blob/0bbf30e2b910bc9c5899134ae9d73a8df968da35/Lib/test/test_asyncio/test_base_events.py#L599

Python3.4 is long gone, I propose to remove this special case.
PR is on its way :)

----------
components: Tests
messages: 410430
nosy: sobolevn
priority: normal
severity: normal
status: open
title: Modernize `test_asyncio/test_base_events.py`
type: behavior
versions: Python 3.11

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


More information about the New-bugs-announce mailing list