Message69100
| 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:36 | amaury.forgeotdarc | set | spambayes_score: 0.0011066 -> 0.0011065957 recipients: + amaury.forgeotdarc, fgoujeon |
| 2008-07-02 15:09:35 | amaury.forgeotdarc | set | spambayes_score: 0.0011066 -> 0.0011066 messageid: <1215011375.68.0.607017828415.issue3257@psf.upfronthosting.co.za> |
| 2008-07-02 15:09:35 | amaury.forgeotdarc | link | issue3257 messages |
| 2008-07-02 15:09:34 | amaury.forgeotdarc | create | |