Message398637
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. |
|
| Date |
User |
Action |
Args |
| 2021-07-31 12:40:31 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, kj |
| 2021-07-31 12:40:30 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2021-07-31 12:40:30 | serhiy.storchaka | link | issue44794 messages |
| 2021-07-31 12:40:30 | serhiy.storchaka | create | |
|