Message 285634 - Python tracker
Message285634
| Author | serhiy.storchaka |
|---|---|
| Recipients | methane, serhiy.storchaka, vstinner |
| Date | 2017-01-17.12:03:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484654585.16.0.718662869152.issue29296@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The performance of print() is not critical. It usually involves slow formatting and IO. _PyArg_ParseStackAndKeywords() is a part of unstable, fast-evolved API. I would beware of using it in common code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-17 12:03:05 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, methane |
| 2017-01-17 12:03:05 | serhiy.storchaka | set | messageid: <1484654585.16.0.718662869152.issue29296@psf.upfronthosting.co.za> |
| 2017-01-17 12:03:05 | serhiy.storchaka | link | issue29296 messages |
| 2017-01-17 12:03:05 | serhiy.storchaka | create | |