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 larry, meador.inge, methane, ncoghlan, rhettinger, serhiy.storchaka, vstinner, zach.ware
Date 2017-01-17.15:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484668192.66.0.112928393956.issue20291@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your examples Raymond, but they don't directly related to this issue, implementing support of var-positional and var-keyword parameters. I believe that it is possible to solve it, and the solution is complex, but is not extremal hard. I'm working on the first part of this.

Your examples show other, more hard issue. It looks to me that the only solution of that issue is to add support of multiple signatures for functions. But this can break the API of the inspect module.
History
Date User Action Args
2017-01-17 15:49:52serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, vstinner, larry, methane, meador.inge, zach.ware
2017-01-17 15:49:52serhiy.storchakasetmessageid: <1484668192.66.0.112928393956.issue20291@psf.upfronthosting.co.za>
2017-01-17 15:49:52serhiy.storchakalinkissue20291 messages
2017-01-17 15:49:52serhiy.storchakacreate