[Python-Dev] Re: In case you're wondering about 3.5.10rc1

2020-07-20 Thread Miro Hrončok
On 04. 07. 20 9:01, Larry Hastings wrote: It's held up on SSL.  Ubuntu 20.04 changed some security parameter tunings, which breaks some uses of the SSL module, and approximately eight modules in the test suite.  I assume this wasn't caught on the buildbots because they don't use Ubuntu--or a

[Python-Dev] Re: In case you're wondering about 3.5.10rc1

2020-07-04 Thread Larry Hastings
Python 3.5.9 has the same problems on Ubuntu 20.04 as 3.5.10. //arry/ On 7/4/20 4:53 AM, Antoine Pitrou wrote: On Sat, 4 Jul 2020 13:16:50 +0200 Antoine Pitrou wrote: On Sat, 4 Jul 2020 00:01:56 -0700 Larry Hastings wrote: It's held up on SSL.  Ubuntu 20.04 changed some security paramete

[Python-Dev] Re: In case you're wondering about 3.5.10rc1

2020-07-04 Thread Antoine Pitrou
On Sat, 4 Jul 2020 13:16:50 +0200 Antoine Pitrou wrote: > On Sat, 4 Jul 2020 00:01:56 -0700 > Larry Hastings wrote: > > It's held up on SSL.  Ubuntu 20.04 changed some security parameter > > tunings, which breaks some uses of the SSL module, and approximately > > eight modules in the test suite

[Python-Dev] Re: In case you're wondering about 3.5.10rc1

2020-07-04 Thread Antoine Pitrou
On Sat, 4 Jul 2020 00:01:56 -0700 Larry Hastings wrote: > It's held up on SSL.  Ubuntu 20.04 changed some security parameter > tunings, which breaks some uses of the SSL module, and approximately > eight modules in the test suite.  I assume this wasn't caught on the > buildbots because they don

[Python-Dev] Re: In case you're wondering about 3.5.10rc1

2020-07-04 Thread Ivan Pozdeev via Python-Dev
On 04.07.2020 10:01, Larry Hastings wrote: It's held up on SSL.  Ubuntu 20.04 changed some security parameter tunings, which breaks some uses of the SSL module, and approximately eight modules in the test suite.  I assume this wasn't caught on the buildbots because they don't use Ubuntu--or