Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> added the comment: 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. :-( ---------- Added file: http://bugs.python.org/file18948/py3k_openssl_v2.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9552> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com