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 vstinner
Recipients Demur Rumed, Mark.Shannon, serhiy.storchaka, vstinner
Date 2016-09-06.22:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473200174.11.0.836150519389.issue27213@psf.upfronthosting.co.za>
In-reply-to
Content
I uploaded callfunc-6.patch which is supposed to be a rebased version of callfunc5.patch. I made tiny coding style changes.

Python/ceval.c changed a lot since 1 month 1/2, so I'm not 100% sure that the rebase is correct.

Known issues:

* test_traceback and test_extcall fail
* _PyEval_EvalCodeWithName2() should be merged into _PyEval_EvalCodeWithName() to factorize the code

I didn't review the change yet.
History
Date User Action Args
2016-09-06 22:16:16vstinnersetrecipients: + vstinner, Mark.Shannon, serhiy.storchaka, Demur Rumed
2016-09-06 22:16:14vstinnersetmessageid: <1473200174.11.0.836150519389.issue27213@psf.upfronthosting.co.za>
2016-09-06 22:16:14vstinnerlinkissue27213 messages
2016-09-06 22:16:14vstinnercreate