[issue29278] Python 3.6 build fails with parallel make

2017-01-14 Thread Utku Gultopu
New submission from Utku Gultopu: Version Info Linux 4.4.0-59-generic #80-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux Issue = When the multiple jobs option (`make -j`) is specified, build fails after compiling the `structmember.c` file. Subsequent compilation attempts show

[issue29066] PIP doesn't honor --trusted-host or --cert options

2016-12-24 Thread Utku Gultopu
New submission from Utku Gultopu: Steps to Reproduce == 1. Install Python 3.6.0 on macOS Sierra, using the macOS binary installer from python.org. 2. Don't install any SSL certificates. 3. Run `pip install -U channels`. It will fail. 4. Run `pip install -U --trusted-host

[issue29065] SSL module problem on Python 3.6.0 and macOS Sierra

2016-12-24 Thread Utku Gultopu
New submission from Utku Gultopu: It seems like ssl module is not working for me: (virtualenv) user@host:~$ python Python 3.6.0 (v3.6.0:41df79263a11, Dec 22 2016, 17:23:13) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credi