New submission from Nikita Sobolev <m...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue46395>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to