Message274641
| 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. |
|