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 Demur Rumed, serhiy.storchaka, vstinner
Date 2016-05-02.12:50:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462193406.87.0.227997544966.issue26881@psf.upfronthosting.co.za>
In-reply-to
Content
This is pretty simple patch and I'm going to push it in short time if there are no objections. This can make the patch for issue26647 simpler since handling extended args is isolated in one function.

Alternative names for _unpack_args() are welcome.

An alternative way is to use public function get_instructions(), but this adds more overhead and don't work for 2.7.
History
Date User Action Args
2016-05-02 12:50:06serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Demur Rumed
2016-05-02 12:50:06serhiy.storchakasetmessageid: <1462193406.87.0.227997544966.issue26881@psf.upfronthosting.co.za>
2016-05-02 12:50:06serhiy.storchakalinkissue26881 messages
2016-05-02 12:50:06serhiy.storchakacreate