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 ajaksu2
Recipients ajaksu2, benjamin.peterson, jml
Date 2009-05-16.20:33:02
SpamBayes Score 0.020728186
Marked as misclassified No
Message-id <1242505983.83.0.189651037919.issue3071@psf.upfronthosting.co.za>
In-reply-to
Content
What would happen with infinite iterables?

import itertools 
[foo] = itertools.count()
History
Date User Action Args
2009-05-16 20:33:03ajaksu2setrecipients: + ajaksu2, benjamin.peterson, jml
2009-05-16 20:33:03ajaksu2setmessageid: <1242505983.83.0.189651037919.issue3071@psf.upfronthosting.co.za>
2009-05-16 20:33:02ajaksu2linkissue3071 messages
2009-05-16 20:33:02ajaksu2create