Message 274641 - Python tracker
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-06 22:16:16 | vstinner | set | recipients: + vstinner, Mark.Shannon, serhiy.storchaka, Demur Rumed |
| 2016-09-06 22:16:14 | vstinner | set | messageid: <1473200174.11.0.836150519389.issue27213@psf.upfronthosting.co.za> |
| 2016-09-06 22:16:14 | vstinner | link | issue27213 messages |
| 2016-09-06 22:16:14 | vstinner | create | |