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 brian.curtin, loewis, ocean-city, pitrou, tim.golden
Date 2010-09-21.15:21:28
SpamBayes Score 7.443835e-07
Marked as misclassified No
Message-id <1285082484.3666.0.camel@localhost.localdomain>
In-reply-to <1285082232.2.0.948015342098.issue9552@psf.upfronthosting.co.za>
Content
> Well, I noticed py3k_openssl.patch can suppress rebuild
> of OpenSSL nicely, but from IDE, _ssl and _hashlib
> are always rebuilt. It doesn't take so much time though.
> 
> With py3k_openssl_v2.patch, we can supress OpenSSL and
> python project rebuild nicely, but we cannot rebuild
> _ssl and _hashlib from IDE after OpenSSL sources are
> modified. We need to call "python_d build_ssl.py ..."
> manually.

I think it's better to rebuild everytime than have to invoke a console
command manually.
Also, as you say, building _ssl and hashlib is fast. The problem with
rebuilding OpenSSL is that it's very slow.
History
Date User Action Args
2010-09-21 15:21:31pitrousetrecipients: + pitrou, loewis, ocean-city, tim.golden, brian.curtin
2010-09-21 15:21:29pitroulinkissue9552 messages
2010-09-21 15:21:28pitroucreate