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 BTaskaya
Recipients BTaskaya, bup, yselivanov
Date 2019-11-24.15:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574609798.71.0.00732923194883.issue37063@roundup.psfhosted.org>
In-reply-to
Content
As mentioned in docs, getfullargspec is based on signature() and signature objects doesnt keep record of all defaults. It tries to map defaults with parameters but if you have less default then total parameter amount it will discard rest of defaults. IMHO this isn't a bug.
History
Date User Action Args
2019-11-24 15:36:38BTaskayasetrecipients: + BTaskaya, yselivanov, bup
2019-11-24 15:36:38BTaskayasetmessageid: <1574609798.71.0.00732923194883.issue37063@roundup.psfhosted.org>
2019-11-24 15:36:38BTaskayalinkissue37063 messages
2019-11-24 15:36:38BTaskayacreate