Message273409
| Author | vstinner |
|---|---|
| Recipients | scoder, serhiy.storchaka, vstinner |
| Date | 2016-08-22.22:46:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471905967.63.0.76175459904.issue27810@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
According to discussions in the issue #27809, require a Python dict leads to inefficient code because a temporary dict may be required. The issue #27830 proposes to pass keyword arguments as (key, value) pairs. It should be used for the new METH_FASTCALL calling convention. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-22 22:46:07 | vstinner | set | recipients: + vstinner, scoder, serhiy.storchaka |
| 2016-08-22 22:46:07 | vstinner | set | messageid: <1471905967.63.0.76175459904.issue27810@psf.upfronthosting.co.za> |
| 2016-08-22 22:46:07 | vstinner | link | issue27810 messages |
| 2016-08-22 22:46:07 | vstinner | create | |