STINNER Victor <vstin...@python.org> added the comment:
So far, I failed to reproduce the crash on my up-to-date local Windows 10 VM ("Version 21H1 (OS Build 19043.985)"). I built Python in release mode ("PCbuild\build.bat -e -p x64" command). I'm using Visual Studio 2019. test.pythoninfo: Py_DEBUG: No (sys.gettotalrefcount() missing) os.cpu_count: 2 platform.architecture: 64bit WindowsPE platform.platform: Windows-10-10.0.19043-SP0 ssl.HAS_SNI: True ssl.OPENSSL_VERSION: OpenSSL 1.1.1k 25 Mar 2021 ssl.OPENSSL_VERSION_INFO: (1, 1, 1, 11, 15) ssl.OP_ALL: -0x7fffffac ssl.OP_NO_TLSv1_1: 0x10000000 ssl.SSLContext.maximum_version: MAXIMUM_SUPPORTED ssl.SSLContext.minimum_version: TLSv1_2 ssl.SSLContext.options: OP_NO_COMPRESSION|OP_ENABLE_MIDDLEBOX_COMPAT|OP_CIPHER_SERVER_PREFERENCE|OP_NO_SSLv3|0x54 ssl.SSLContext.protocol: PROTOCOL_TLS_CLIENT ssl.SSLContext.verify_mode: CERT_REQUIRED sys.version: 3.10.0b1+ (heads/pr/26411:e269fa13a7, May 28 2021, 00:46:49) [MSC v.1928 64 bit (AMD64)] sys.version_info: sys.version_info(major=3, minor=10, micro=0, releaselevel='beta', serial=1) sys.windowsversion: sys.getwindowsversion(major=10, minor=0, build=19043, platform=2, service_pack='') ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44252> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com