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 yselivanov
Recipients Elias Vanderstuyft, emilyemorehouse, yselivanov
Date 2017-01-24.04:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485232717.32.0.880816366258.issue29354@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Emily!  Python 2.7 is in a maintenance-only mode at this point and mostly receives security-related patches.  The problem with accepting other kind of patches is that we want 2.7 to be super stable.

You can continue working on this bug anyways, once the patch is ready we'll have to ask Benjamin Peterson (Python 2.7 release manager) to review it.

I suspect the bug is that inspect.getargspec doesn't fully support tuple arguments unpacking (it's a rather obscure feature that we removed from Python 3).
History
Date User Action Args
2017-01-24 04:38:37yselivanovsetrecipients: + yselivanov, emilyemorehouse, Elias Vanderstuyft
2017-01-24 04:38:37yselivanovsetmessageid: <1485232717.32.0.880816366258.issue29354@psf.upfronthosting.co.za>
2017-01-24 04:38:37yselivanovlinkissue29354 messages
2017-01-24 04:38:36yselivanovcreate