Files
cpython/Lib/test
Steve Dower fdd17abc51 bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
Accumulate certificates in a set instead of doing a costly list contain
operation. A Windows cert store can easily contain over hundred
certificates. The old code would result in way over 5,000 comparison
operations

Signed-off-by: Christian Heimes <christian@python.org>
2019-09-10 02:02:04 -07:00
..
2017-08-03 09:00:59 +03:00
2017-08-03 09:00:59 +03:00
2017-11-05 15:37:50 +02:00