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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, fgoujeon
Date 2008-07-02.15:09:34
SpamBayes Score 0.0011065957
Marked as misclassified No
Message-id <1215011375.68.0.607017828415.issue3257@psf.upfronthosting.co.za>
In-reply-to
Content
This block is only to support the older VC6 compiler. Since your
installation was most certainly compiled with VS7, your change is correct.

(or better, something like:
   #if !defined(_MSC_VER) || _MSC_VER + 0 >= 1300
)

The trunk version (future 2.6) was already fixed with r64214: the
"#define socklen_t int" was moved to socketmodule.h, which is not
included in python.h.
History
Date User Action Args
2008-07-02 15:09:36amaury.forgeotdarcsetspambayes_score: 0.0011066 -> 0.0011065957
recipients: + amaury.forgeotdarc, fgoujeon
2008-07-02 15:09:35amaury.forgeotdarcsetspambayes_score: 0.0011066 -> 0.0011066
messageid: <1215011375.68.0.607017828415.issue3257@psf.upfronthosting.co.za>
2008-07-02 15:09:35amaury.forgeotdarclinkissue3257 messages
2008-07-02 15:09:34amaury.forgeotdarccreate