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 abacabadabacaba, belopolsky, eric.smith, ezio.melotti, maker, mark.dickinson, r.david.murray, rhettinger, serhiy.storchaka, stutzbach
Date 2012-09-24.11:28:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348486095.33.0.30535583821.issue8425@psf.upfronthosting.co.za>
In-reply-to
Content
> $ ./python.exe -m timeit -s "s= set(range(2000)); l = set(range(20000000)); s=s-l"

You are measure empty loop.
History
Date User Action Args
2012-09-24 11:28:15serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, belopolsky, eric.smith, stutzbach, ezio.melotti, r.david.murray, abacabadabacaba, maker
2012-09-24 11:28:15serhiy.storchakasetmessageid: <1348486095.33.0.30535583821.issue8425@psf.upfronthosting.co.za>
2012-09-24 11:28:14serhiy.storchakalinkissue8425 messages
2012-09-24 11:28:14serhiy.storchakacreate