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 ocean-city
Recipients brian.curtin, loewis, ocean-city, pitrou, tim.golden
Date 2010-09-21.15:17:08
SpamBayes Score 3.6757447e-05
Marked as misclassified No
Message-id <1285082232.2.0.948015342098.issue9552@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the test.

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 cannot find the best way for this issue. :-(
History
Date User Action Args
2010-09-21 15:17:12ocean-citysetrecipients: + ocean-city, loewis, pitrou, tim.golden, brian.curtin
2010-09-21 15:17:12ocean-citysetmessageid: <1285082232.2.0.948015342098.issue9552@psf.upfronthosting.co.za>
2010-09-21 15:17:10ocean-citylinkissue9552 messages
2010-09-21 15:17:09ocean-citycreate