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 christian.heimes
Recipients christian.heimes
Date 2007-12-13.01:40:09
SpamBayes Score 0.07405986
Marked as misclassified No
Message-id <1197510011.31.0.0381617184937.issue1605@psf.upfronthosting.co.za>
In-reply-to
Content
A while ago I've experimented with the pyvm module and a semi
auto-generated types list. The patch adds a script that reads
Include/*.h and adds all available PyTypeObjects to Modules/_typesmodule.c.

The patch or script may be useful in the future.
Files
File name Uploaded
py3k_autogen_types.patch christian.heimes, 2007-12-13.01:40:09
History
Date User Action Args
2007-12-13 01:40:11christian.heimessetspambayes_score: 0.0740599 -> 0.07405986
recipients: + christian.heimes
2007-12-13 01:40:11christian.heimessetspambayes_score: 0.0740599 -> 0.0740599
messageid: <1197510011.31.0.0381617184937.issue1605@psf.upfronthosting.co.za>
2007-12-13 01:40:10christian.heimeslinkissue1605 messages
2007-12-13 01:40:09christian.heimescreate