Message292253
| Author | serhiy.storchaka |
|---|---|
| Recipients | orent, rhettinger, serhiy.storchaka, vstinner |
| Date | 2017-04-25.06:29:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1493101743.62.0.99850137219.issue30156@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The previous result was got when use _PyObject_FastCallDict(). Using PyObject_Call() is slightly faster: Mean +- std dev: [python.default] 127 ns +- 4 ns -> [python] 185 ns +- 9 ns: 1.45x slower (+45%) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-25 06:29:03 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, vstinner, orent |
| 2017-04-25 06:29:03 | serhiy.storchaka | set | messageid: <1493101743.62.0.99850137219.issue30156@psf.upfronthosting.co.za> |
| 2017-04-25 06:29:03 | serhiy.storchaka | link | issue30156 messages |
| 2017-04-25 06:29:03 | serhiy.storchaka | create | |