[Python-Dev] Access to generator type (original) (raw)

James William Pye flaw at rhid.com
Mon May 10 21:23:04 EDT 2004


Greetings,

Can access to the generator type(gentype in ceval.c) and associated data/structures be made available in a public interface/header(genobject.h)? I know I can get the type by compiling a little generator and fetching its type, but that seems to be a bit redundant as each project that needs it, needs to make its own, nonstandardized version of access.

Regards, James William Pye -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 479 bytes Desc: not available Url : http://mail.python.org/pipermail/python-dev/attachments/20040510/53cec2e2/attachment.bin



More information about the Python-Dev mailing list