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 pitrou
Recipients ezio.melotti, jstasiak, pitrou, r.david.murray, serhiy.storchaka, tim.peters
Date 2013-09-16.08:29:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379320171.29.0.0694600684117.issue18975@psf.upfronthosting.co.za>
In-reply-to
Content
I'm fine with the change too. Tim, what do you think?

Speaking of which, some examples were really done with an old machine:

    $ python -m timeit 'try:' '  str.__bool__' 'except AttributeError:' '  pass'
-   100000 loops, best of 3: 15.7 usec per loop
+   1000000 loops, best of 3: 0.701 usec per loop (1425528 loops/s)

:-)
History
Date User Action Args
2013-09-16 08:29:31pitrousetrecipients: + pitrou, tim.peters, ezio.melotti, r.david.murray, serhiy.storchaka, jstasiak
2013-09-16 08:29:31pitrousetmessageid: <1379320171.29.0.0694600684117.issue18975@psf.upfronthosting.co.za>
2013-09-16 08:29:31pitroulinkissue18975 messages
2013-09-16 08:29:31pitroucreate