[issue34028] Python 3.7.0 wont compile with SSL Support 1.1.0 > alledged missing X509_VERIFY_PARAM_set1_host() support

2019-04-04 Thread David Chin
David Chin added the comment: OS: RHEL 6.8 I installed OpenSSL 1.1.1b from source into /usr/local. Because it's RHEL, the libs are in /usr/local/lib64 (as set up by default with the OpenSSL "make install") which the configure script does not seem to know about. My workarou

[issue35473] Intel compiler (icc) does not fully support C11 Features, including atomics

2019-03-25 Thread David Chin
Change by David Chin : -- nosy: +hairygristle ___ Python tracker <https://bugs.python.org/issue35473> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26692] cgroups support in multiprocessing

2018-01-16 Thread David Chin
David Chin <david.w.h.c...@gmail.com> added the comment: I would like to state strong support if is.get_usable_cpu_count() I administer a typical HPC cluster which may have multiple jobs scheduled on the same physical server. The fact that multiprocessing ignores cgroups leads