New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44794>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to