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 vstinner
Recipients bhavishya, methane, pitrou, vstinner
Date 2017-06-30.13:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498829958.91.0.956930592463.issue30815@psf.upfronthosting.co.za>
In-reply-to
Content
"FYI, https://github.com/python/performance/pull/27 will fix performance regression. Python 3 performance is similar to Python 2 after s/warn/warning/"

I was surprised to see that Logger.warn() is slower than Logger.warning()! It is because warn() emits a deprecation warning, thing which isn't cheap...
History
Date User Action Args
2017-06-30 13:39:18vstinnersetrecipients: + vstinner, pitrou, methane, bhavishya
2017-06-30 13:39:18vstinnersetmessageid: <1498829958.91.0.956930592463.issue30815@psf.upfronthosting.co.za>
2017-06-30 13:39:18vstinnerlinkissue30815 messages
2017-06-30 13:39:18vstinnercreate