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 pitrou
Recipients Arfrever, flox, giampaolo.rodola, janssen, jcea, pitrou, vstinner
Date 2010-04-05.18:30:53
SpamBayes Score 1.1569906e-06
Marked as misclassified No
Message-id <1270492372.3446.0.camel@localhost>
In-reply-to <1270491940.54.0.0683316125037.issue8108@psf.upfronthosting.co.za>
Content
> Since it's not clear to me where exactly this comes from, whether it's
> from the Python C binding or OpenSSL itself, I tried to put some
> debugging printf() calls in Modules/_ssl.c, but it seems that  after
> installing OpenSSL 0.9.8m I'm no longer able to compile Python 2.7
> from sorces.

Have you tried `make distclean`?
History
Date User Action Args
2010-04-05 18:30:55pitrousetrecipients: + pitrou, jcea, janssen, vstinner, giampaolo.rodola, Arfrever, flox
2010-04-05 18:30:54pitroulinkissue8108 messages
2010-04-05 18:30:53pitroucreate