[New-bugs-announce] [issue44794] Merge tests for typing.Callable and collection.abc.Callable
Serhiy Storchaka
report at bugs.python.org
Sat Jul 31 08:40:30 EDT 2021
New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:
The proposed PR merges tests for typing.Callable (in test_typing.py) and collection.abc.Callable (in test_genericalias.py). All old tests are now executed for both implementations.
It has exposed a bug in typing.Callable (see issue44793) and minor bug in error message for collection.abc.Callable (missed space). It will help to support consistency of implementations in future.
----------
components: Tests
messages: 398637
nosy: gvanrossum, kj, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Merge tests for typing.Callable and collection.abc.Callable
type: enhancement
versions: Python 3.10, Python 3.11
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44794>
_______________________________________
More information about the New-bugs-announce
mailing list