
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2019-05-28 15:44 bychristian.heimes, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 13631 | merged | christian.heimes,2019-05-28 16:11 | |
| PR 13782 | merged | miss-islington,2019-06-03 18:10 | |
| Messages (9) | |||
|---|---|---|---|
| msg343797 -(view) | Author: Christian Heimes (christian.heimes)*![]() | Date: 2019-05-28 15:44 | |
OpenSSL 1.1.1c is out,https://github.com/openssl/openssl/blob/OpenSSL_1_1_1c/CHANGES | |||
| msg343798 -(view) | Author: Christian Heimes (christian.heimes)*![]() | Date: 2019-05-28 16:10 | |
test_start_tls_server_1 is failing reproducible with OpenSSL 1.1.1c on Linux (Fedora 29).======================================================================ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)----------------------------------------------------------------------Traceback (most recent call last): File "/home/heimes/dev/python/cpython/Lib/test/test_asyncio/test_sslproto.py", line 577, in test_start_tls_server_1 self.loop.run_until_complete(run_main()) File "/home/heimes/dev/python/cpython/Lib/asyncio/base_events.py", line 608, in run_until_complete return future.result() File "/home/heimes/dev/python/cpython/Lib/test/test_asyncio/test_sslproto.py", line 570, in run_main await asyncio.wait_for( File "/home/heimes/dev/python/cpython/Lib/asyncio/tasks.py", line 461, in wait_for raise exceptions.TimeoutError()asyncio.exceptions.TimeoutError | |||
| msg343799 -(view) | Author: Charalampos Stratakis (cstratak)* | Date: 2019-05-28 16:14 | |
Reported here:https://bugs.python.org/issue35998 | |||
| msg343801 -(view) | Author: Christian Heimes (christian.heimes)*![]() | Date: 2019-05-28 16:18 | |
Ah, thanks! I forgot about that bug.The test suite is aready failing with OpenSSL 1.1.1b. | |||
| msg343802 -(view) | Author: Charalampos Stratakis (cstratak)* | Date: 2019-05-28 16:20 | |
Also those failures are recorded on the Fedora buildbot, it seems to be happening randomly:https://buildbot.python.org/all/#/workers/32 | |||
| msg343850 -(view) | Author: Ned Deily (ned.deily)*![]() | Date: 2019-05-29 01:37 | |
Should we update the Windows and Mac installers to 1.1.1c now? | |||
| msg344455 -(view) | Author: Christian Heimes (christian.heimes)*![]() | Date: 2019-06-03 18:10 | |
New changeset06651ee418b5e4e013195d6b702763a1220706a7 by Christian Heimes in branch 'master':bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)https://github.com/python/cpython/commit/06651ee418b5e4e013195d6b702763a1220706a7 | |||
| msg344458 -(view) | Author: miss-islington (miss-islington) | Date: 2019-06-03 18:40 | |
New changeset3344197040fe1b05a3244bdb16d429f4647f35b8 by Miss Islington (bot) in branch '3.7':[3.7]bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)https://github.com/python/cpython/commit/3344197040fe1b05a3244bdb16d429f4647f35b8 | |||
| msg345595 -(view) | Author: Andrew Svetlov (asvetlov)*![]() | Date: 2019-06-14 14:04 | |
Duplicate of#35998 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:15 | admin | set | github: 81262 |
| 2019-06-14 14:04:48 | asvetlov | set | status: open -> closed superseder:test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29 messages: +msg345595 resolution: duplicate stage: patch review -> resolved |
| 2019-06-03 18:40:01 | miss-islington | set | nosy: +miss-islington messages: +msg344458 |
| 2019-06-03 18:10:40 | miss-islington | set | pull_requests: +pull_request13667 |
| 2019-06-03 18:10:25 | christian.heimes | set | messages: +msg344455 |
| 2019-05-29 01:37:04 | ned.deily | set | nosy: +ned.deily messages: +msg343850 |
| 2019-05-28 16:20:14 | cstratak | set | messages: +msg343802 |
| 2019-05-28 16:18:28 | christian.heimes | set | messages: +msg343801 |
| 2019-05-28 16:14:34 | cstratak | set | nosy: +cstratak messages: +msg343799 |
| 2019-05-28 16:11:44 | christian.heimes | set | keywords: +patch stage: patch review pull_requests: +pull_request13531 |
| 2019-05-28 16:10:44 | christian.heimes | set | nosy: +asvetlov,yselivanov messages: +msg343798 components: + asyncio type: enhancement |
| 2019-05-28 15:44:52 | christian.heimes | create | |