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 AlexWaygood, JelleZijlstra, gvanrossum, kj, serhiy.storchaka, sobolevn
Date 2022-03-12.13:54:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
PR 31143 simplified some code without changing the common API:

 Objects/genericaliasobject.c | 46 ++++++++++++++--------------------------------
 1 file changed, 14 insertions(+), 32 deletions(-)
 Lib/_collections_abc.py | 63 +++++++++------------------------------------------------------
 1 file changed, 9 insertions(+), 54 deletions(-)

PR 27511 will simplify it even more:

 Objects/genericaliasobject.c | 60 ++++++++++++++++++------------------------------------------
 1 file changed, 18 insertions(+), 42 deletions(-)

(Lib/typing.py will be simplified too, even if this does not reduce the number of lines).
History
Date User Action Args
2022-03-12 13:54:12serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, JelleZijlstra, sobolevn, kj, AlexWaygood
2022-03-12 13:54:12serhiy.storchakasetmessageid: <[email protected]>
2022-03-12 13:54:12serhiy.storchakalinkissue44796 messages
2022-03-12 13:54:11serhiy.storchakacreate