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 benjamin.peterson
Recipients benjamin.peterson
Date 2008-05-26.17:15:21
SpamBayes Score 0.02357865
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
When compiling the _ssl extension on MacOS 10.4, I get these warnings:
/users/benjamin/python/trunk/Modules/_ssl.c: In function
'_get_peer_alt_names':
/users/benjamin/python/trunk/Modules/_ssl.c:694 warning: passing
argument 2 of 'ASN1_item_d2i' from incompatible pointer type
/users/benjamin/python/trunk/Modules/_ssl.c:698: warning: passing
argument 2 of 'method->d2i' from incompatible pointer type
History
Date User Action Args
2008-05-26 17:15:22benjamin.petersonsetspambayes_score: 0.0235786 -> 0.02357865
recipients: + benjamin.peterson
2008-05-26 17:15:22benjamin.petersonsetspambayes_score: 0.0235786 -> 0.0235786
messageid: <[email protected]>
2008-05-26 17:15:21benjamin.petersonlinkissue2973 messages
2008-05-26 17:15:21benjamin.petersoncreate