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 cool-RR
Recipients alexandre.vassalotti, cool-RR, pitrou, terry.reedy
Date 2011-02-26.16:45:21
SpamBayes Score 1.326559e-05
Marked as misclassified No
Message-id <1298738722.13.0.933703628255.issue11299@psf.upfronthosting.co.za>
In-reply-to
Content
*"generator objects do not have names we can refer to"*

How about referring to the generator function that created them and to all the arguments?

Regarding instruction pointer, I really don't know the internals of how this works. Can we make some arrangement so we can specify line number (and possibly column number too) as a cross-interpreter instruction pointer?
History
Date User Action Args
2011-02-26 16:45:22cool-RRsetrecipients: + cool-RR, terry.reedy, pitrou, alexandre.vassalotti
2011-02-26 16:45:22cool-RRsetmessageid: <1298738722.13.0.933703628255.issue11299@psf.upfronthosting.co.za>
2011-02-26 16:45:21cool-RRlinkissue11299 messages
2011-02-26 16:45:21cool-RRcreate