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, Mark.Shannon, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-09-09.19:48:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2000617.GVW8BFQZ9X@xarax>
In-reply-to <1473447153.99.0.501312935668.issue27213@psf.upfronthosting.co.za>
Content
You changed the test. I made the code passing unchanged test (in additional 
the bytecode for f(*a) and f(**kw) becomes simpler). _PyEval_EvalCodeWithName 
still contained large duplicated part. It can be removed.

Here is my current patch.
Files
File name Uploaded
callfunc-9.patch serhiy.storchaka, 2016-09-09.19:48:20
History
Date User Action Args
2016-09-09 19:48:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Mark.Shannon, python-dev, yselivanov, Demur Rumed
2016-09-09 19:48:20serhiy.storchakalinkissue27213 messages
2016-09-09 19:48:20serhiy.storchakacreate