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 2012-07-27.19:44:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343418242.58.0.256146467281.issue15475@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that implements correct __sizeof__ for some itertools iterators: product(), combinations(), combinations_with_replacement() and permutations().
History
Date User Action Args
2012-07-27 19:44:02serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2012-07-27 19:44:02serhiy.storchakasetmessageid: <1343418242.58.0.256146467281.issue15475@psf.upfronthosting.co.za>
2012-07-27 19:44:01serhiy.storchakalinkissue15475 messages
2012-07-27 19:44:01serhiy.storchakacreate