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 eli.bendersky
Recipients Alexander.Belopolsky, amaury.forgeotdarc, belopolsky, eli.bendersky, ezio.melotti, flox, georg.brandl, pitrou, teresap989, terry.reedy
Date 2010-09-15.08:34:33
SpamBayes Score 0.00017283631
Marked as misclassified No
Message-id <AANLkTikJsywBkTczn=LqWJtpgwB0dg8JywrJ-Puj6Obm@mail.gmail.com>
In-reply-to <1284538999.3190.23.camel@localhost.localdomain>
Content
Is it really *interesting* to trace separate parts of list comprehensions
like this? What would one want to do that? The only idea I have in mind of
perhaps for comprehensions containing 'if's, to know how many times the
comprehension was actually executed.

In any case, this indeed depends quite a lot on the internal representation
of comprehensions.
Files
File name Uploaded
unnamed eli.bendersky, 2010-09-15.08:34:32
History
Date User Action Args
2010-09-15 08:34:35eli.benderskysetrecipients: + eli.bendersky, georg.brandl, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, ezio.melotti, flox, Alexander.Belopolsky, teresap989
2010-09-15 08:34:33eli.benderskylinkissue9315 messages
2010-09-15 08:34:33eli.benderskycreate