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 chaim422
Recipients chaim422, uriyyo
Date 2021-01-03.17:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609695800.5.0.915222075343.issue42812@roundup.psfhosted.org>
In-reply-to
Content
What is better?

A. Keeping Python as is, with four separate signature declarations (1x Parent, 2x @overload Child, and 1x actual signature in Child), and a second method call overhead at runtime (to satisfy mypy as it exists now).

--or--

B. Simplify Python to allow just two signature declarations and no extra overhead? 

--or--

C. Something else? Please specify.
History
Date User Action Args
2021-01-03 17:43:20chaim422setrecipients: + chaim422, uriyyo
2021-01-03 17:43:20chaim422setmessageid: <1609695800.5.0.915222075343.issue42812@roundup.psfhosted.org>
2021-01-03 17:43:20chaim422linkissue42812 messages
2021-01-03 17:43:20chaim422create