mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Updates ssl and tkinter projects to use pre-built externals
This commit is contained in:
parent
49f6449ef4
commit
68d663cf85
34 changed files with 495 additions and 1400 deletions
|
@ -1244,6 +1244,7 @@ class ContextTests(unittest.TestCase):
|
|||
self.assertEqual(ctx.cert_store_stats(), {"crl": 0, "x509": 1, "x509_ca": 0})
|
||||
|
||||
@unittest.skipUnless(sys.platform == "win32", "Windows specific")
|
||||
@unittest.skipIf(hasattr(sys, "gettotalrefcount"), "Debug build does not share environment between CRTs")
|
||||
def test_load_default_certs_env_windows(self):
|
||||
ctx = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
|
||||
ctx.load_default_certs()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue