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 rhettinger, serhiy.storchaka
Date 2016-09-12.06:34:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473662097.22.0.410183784221.issue28096@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from itertools import count
>>> set.difference({0}, count())

This hangs and can't be interrupted by Ctrl-C.
History
Date User Action Args
2016-09-12 06:34:57serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2016-09-12 06:34:57serhiy.storchakasetmessageid: <1473662097.22.0.410183784221.issue28096@psf.upfronthosting.co.za>
2016-09-12 06:34:57serhiy.storchakalinkissue28096 messages
2016-09-12 06:34:57serhiy.storchakacreate