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 skrah
Recipients belopolsky, johnwalker, mark.dickinson, python-dev, rhettinger, serhiy.storchaka, skrah, steven.daprano, terry.reedy
Date 2015-12-29.13:46:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451396819.71.0.843265025286.issue25974@psf.upfronthosting.co.za>
In-reply-to
Content
No, I haven't done any benchmarks. In a quick test type(x) == float
does not seem any faster than isinstance(x, float), so perhaps we
could reduce the try/except complexity.
History
Date User Action Args
2015-12-29 13:46:59skrahsetrecipients: + skrah, rhettinger, terry.reedy, mark.dickinson, belopolsky, steven.daprano, python-dev, serhiy.storchaka, johnwalker
2015-12-29 13:46:59skrahsetmessageid: <1451396819.71.0.843265025286.issue25974@psf.upfronthosting.co.za>
2015-12-29 13:46:59skrahlinkissue25974 messages
2015-12-29 13:46:59skrahcreate