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 ezyang, gvanrossum, levkivskyi, ralf.gommers, serhiy.storchaka, yselivanov
Date 2020-06-08.09:25:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I think that inspect.signature() could be made more smart. It should take into account signatures of both __new__ and __init__ and return the most specific compatible signature.
History
Date User Action Args
2020-06-08 09:25:51serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, ezyang, yselivanov, ralf.gommers, levkivskyi
2020-06-08 09:25:51serhiy.storchakasetmessageid: <[email protected]>
2020-06-08 09:25:51serhiy.storchakalinkissue40897 messages
2020-06-08 09:25:51serhiy.storchakacreate