[New-bugs-announce] [issue46395] `Concatenate` is not covered to be a return type in `test_typing`

Nikita Sobolev report at bugs.python.org
Sun Jan 16 03:27:37 EST 2022


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

Right now all `Concatenate` tests do not cover `Callable[..., Concatenate]` case.

Link: https://github.com/python/cpython/blob/09087b8519316608b85131ee7455b664c00c38d2/Lib/test/test_typing.py#L4862-L4877

I think, that this should be improved. It is an important case.
PR is on its way.

----------
components: Tests
messages: 410681
nosy: sobolevn
priority: normal
severity: normal
status: open
title: `Concatenate` is not covered to be a return type in `test_typing`
type: behavior
versions: Python 3.11

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


More information about the New-bugs-announce mailing list