[Python-Dev] AIX, test_ssl in particular, but also AIX failed tests in general - getting to the 'STABLE' side

2018-08-27 Thread Michael
Dear all, Last week I experimented with test_ssl. My expectation was that test failures was caused by the openssl.base provided by IBM for AIX not having a default certificate file (CApath). However, that is not the case. The tests that fail are similar to: self.assertRaisesRegex(ssl.SSLError, "P

Re: [Python-Dev] [Python-checkins] bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)

2018-08-27 Thread Victor Stinner
Jemery: would you mind to revert this commit since nobody fixed the buildbot since 2 days? https://pythondev.readthedocs.io/ci.html#revert-on-fail Victor Le sam. 25 août 2018 à 22:50, Jeremy Kloth a écrit : > > On Sat, Aug 25, 2018 at 1:28 AM Serhiy Storchaka > wrote: > > > > https://github.com/

Re: [Python-Dev] [Python-checkins] bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)

2018-08-27 Thread Jeremy Kloth
On Mon, Aug 27, 2018 at 7:26 AM Victor Stinner wrote: > > Jemery: would you mind to revert this commit since nobody fixed the > buildbot since 2 days? > https://pythondev.readthedocs.io/ci.html#revert-on-fail I think you meant Serhiy :) Anyway, a commit has finally landed that addresses the buil

[Python-Dev] Review of Pull Request #2078

2018-08-27 Thread Pierre Quentel
Hi, A few months ago I have submitted the Pull Request #2078 named "bpo-30576 : Add HTTP compression support to http.server". After a couple of iterations, discussions on the PR page ( https://github.com/python/cpython/pull/2078) and on the bug tracker ( https://bugs.python.org/issue30576), it s