[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2020-03-12 Thread Lin Gao
New submission from Lin Gao : We (the MSVC ++ team) is trying to use VS2019 to replace VS2017 to automatically build Python3(branch 3.6)on Windows. First build failed with error MSB8036: The Windows SDK version 10.0.10586.0 was not found. So we modified the build command line to 'build -e -r

[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2020-03-12 Thread Lin Gao
Change by Lin Gao : -- nosy: -Lin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue39951] Ignore specific errors when closing ssl connections

2020-03-12 Thread Dima Tisnek
Dima Tisnek added the comment: Reproducer: """ Reproducer for BPO-39951 We send some data over ssl and close the connection. The server responds after our openssl considers the connection closed-ish and raises an error. """ import asyncio import ssl host = "nghttp2.org" port = 443 ssl_contex

[issue39953] Let's update ssl error codes

2020-03-12 Thread Dima Tisnek
New submission from Dima Tisnek : Let's consider ssl error `291` (https://bugs.python.org/issue39951): It was introduced into openssl 2 years ago: https://github.com/openssl/openssl/commit/358ffa05cd3a088822c7d06256bc87516d918798 The documentation states: SSL_R_APPLICATION_DATA_AFTER_CLOSE_N

<    1   2