This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients gvanrossum, kj, serhiy.storchaka
Date 2021-07-31.12:40:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2021-07-31 12:40:31serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, kj
2021-07-31 12:40:30serhiy.storchakasetmessageid: <[email protected]>
2021-07-31 12:40:30serhiy.storchakalinkissue44794 messages
2021-07-31 12:40:30serhiy.storchakacreate