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 brett.cannon, christian.heimes, georg.brandl, gvanrossum
Date 2007-11-29.22:25:33
SpamBayes Score 0.075546354
Marked as misclassified No
Message-id <1196375134.17.0.0323710172425.issue1522@psf.upfronthosting.co.za>
In-reply-to
Content
I've split the patch into two tasks. The first patch adds all types in
Objects/ to the appropriate header files. I've renamed some types, too.

The second patch contains the new pyvm.c module plus a modification to
Modules/Setup.dist.
Files
File name Uploaded
py3k_add_types_to_h.patch christian.heimes, 2007-11-29.22:25:33
History
Date User Action Args
2007-11-29 22:25:34christian.heimessetspambayes_score: 0.0755464 -> 0.075546354
recipients: + christian.heimes, gvanrossum, brett.cannon, georg.brandl
2007-11-29 22:25:34christian.heimessetspambayes_score: 0.0755464 -> 0.0755464
messageid: <1196375134.17.0.0323710172425.issue1522@psf.upfronthosting.co.za>
2007-11-29 22:25:34christian.heimeslinkissue1522 messages
2007-11-29 22:25:33christian.heimescreate