This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:05serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2017-01-17 12:03:05serhiy.storchakasetmessageid: <1484654585.16.0.718662869152.issue29296@psf.upfronthosting.co.za>
2017-01-17 12:03:05serhiy.storchakalinkissue29296 messages
2017-01-17 12:03:05serhiy.storchakacreate