Message 275409 - Python tracker
Message275409
| 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:24 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, Mark.Shannon, python-dev, yselivanov, Demur Rumed |
| 2016-09-09 19:48:20 | serhiy.storchaka | link | issue27213 messages |
| 2016-09-09 19:48:20 | serhiy.storchaka | create | |