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 flox
Recipients ajaksu2, barry, belopolsky, benjamin.peterson, christian.heimes, flox, grooverdan, janssen, vstinner
Date 2010-03-04.17:58:48
SpamBayes Score 0.0030466244
Marked as misclassified No
Message-id <1267725532.14.0.612429931179.issue2973@psf.upfronthosting.co.za>
In-reply-to
Content
On Gentoo buildbots (2.x and 3.x), there's still the same compiler warnings:
http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5899

/home/buildslave/python-trunk/trunk.norwitz-x86/build/Modules/_ssl.c:706: warning: passing arg 2 of `ASN1_item_d2i' from incompatible pointer type
/home/buildslave/python-trunk/trunk.norwitz-x86/build/Modules/_ssl.c:710: warning: passing arg 2 of pointer to function from incompatible pointer type
History
Date User Action Args
2010-03-04 17:58:52floxsetrecipients: + flox, barry, janssen, belopolsky, vstinner, christian.heimes, ajaksu2, benjamin.peterson, grooverdan
2010-03-04 17:58:52floxsetmessageid: <1267725532.14.0.612429931179.issue2973@psf.upfronthosting.co.za>
2010-03-04 17:58:49floxlinkissue2973 messages
2010-03-04 17:58:48floxcreate