[issue28747] Expose SSL_CTX_set_cert_verify_callback

2016-11-20 Thread Ned Deily
Ned Deily added the comment: And, as it stands, the tests fail (at least on macOS): == ERROR: test_set_cert_verify_callback (test.test_ssl.SimpleBackgroundTests) --

[issue28747] Expose SSL_CTX_set_cert_verify_callback

2016-11-20 Thread Ned Deily
Ned Deily added the comment: We are two weeks from producing the release candidate for 3.6.0. I don't think we should be rushing to add a new security-critical API which, IIUC, won't be used in the initial release anyway. Let's target it for 3.7 after proper review and then we can decide whe

[issue28032] --with-lto builds segfault in many situations

2016-11-20 Thread Ned Deily
Ned Deily added the comment: For 3.6 at least, there are still mentions of --with-optimizations in Doc/whatsnew/3.6.rst and README. -- ___ Python tracker ___ ___

[issue27945] Various segfaults with dict

2016-11-20 Thread INADA Naoki
INADA Naoki added the comment: LGTM. Performance on Azure VM (AMD Opteron(tm) Processor 4171 HE): $ ~/local/py36/bin/patched -m perf compare_to master.json patched.json -G Slower (10): - spectral_norm: 915 ms +- 17 ms -> 967 ms +- 25 ms: 1.06x slower - nbody: 774 ms +- 28 ms -> 805 ms +- 22 ms:

<    1   2