Message 287150 - Python tracker
Message287150
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2017-02-06.16:13:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1486397581.2.0.963808161663.issue29464@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
We can avoid breaking backward compatibility and introduce new call method METH_FASTCALL_NO_KEYWORDS. But combining existing flags looks better to me. FASTCALL is not a part of stable ABI. I still didn't do any benchmarking or stack usage measurements. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-06 16:13:01 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner |
| 2017-02-06 16:13:01 | serhiy.storchaka | set | messageid: <1486397581.2.0.963808161663.issue29464@psf.upfronthosting.co.za> |
| 2017-02-06 16:13:01 | serhiy.storchaka | link | issue29464 messages |
| 2017-02-06 16:13:00 | serhiy.storchaka | create | |