]> granicus.if.org Git - python/commit
Patch #957398: Add public API for Generator Object/Type.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 1 Jun 2004 15:22:42 +0000 (15:22 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 1 Jun 2004 15:22:42 +0000 (15:22 +0000)
commite440e47e91a93ae57870da8753f9c141c4a37885
treeb51a0c792d63b9357dccbd781000d2c4ea8274b0
parent09e2cb0ba70aeb52bf6562120103573d7f65cbd6
Patch #957398: Add public API for Generator Object/Type.
Doc/api/concrete.tex
Include/ceval.h
Include/genobject.h [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS
Objects/genobject.c [new file with mode: 0644]
Python/ceval.c