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 terry.reedy
Recipients ezio.melotti, rhettinger, terry.reedy
Date 2014-11-09.19:10:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415560252.78.0.62135063007.issue22823@psf.upfronthosting.co.za>
In-reply-to
Content
I did not look at Docs yet.

I could not repeat the timing results on my machine running from the command line, as I got '0.015 usec per loop' for both, and same for both frozenset variations.  Running timeit.repeat interactively and selecting the best reproduced your timing ratio: .16 to .42.  For frozenset, I get .36 to .42 in favor of changing to frozenset({...}).
History
Date User Action Args
2014-11-09 19:10:52terry.reedysetrecipients: + terry.reedy, rhettinger, ezio.melotti
2014-11-09 19:10:52terry.reedysetmessageid: <1415560252.78.0.62135063007.issue22823@psf.upfronthosting.co.za>
2014-11-09 19:10:52terry.reedylinkissue22823 messages
2014-11-09 19:10:52terry.reedycreate