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, hniksic
Date 2007-12-16.21:41:10
SpamBayes Score 0.18525389
Marked as misclassified No
Message-id <1197841270.45.0.562029960894.issue1638@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed the bug in r59533 trunk with a modified patch:

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif

Should it be backported to 2.5? It will be merged into 3.0 automatically.
History
Date User Action Args
2007-12-16 21:41:10christian.heimessetspambayes_score: 0.185254 -> 0.18525389
recipients: + christian.heimes, hniksic
2007-12-16 21:41:10christian.heimessetspambayes_score: 0.185254 -> 0.185254
messageid: <1197841270.45.0.562029960894.issue1638@psf.upfronthosting.co.za>
2007-12-16 21:41:10christian.heimeslinkissue1638 messages
2007-12-16 21:41:10christian.heimescreate