| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
The Linux kernel of the "AMD64 Fedora Stable" buildbot was upgraded from 7.0 to 7.1, 3 days ago, so test_socket started to fail. The Linux kernel 7.1 removes the UDP Lite support. This PR backports a fix from the main branch. |
Sorry, something went wrong.
Documentation build overview568 files changed · + 18 added · ± 475 modified · - 75 deleted + Added
± Modified
- Deleted |
Sorry, something went wrong.
|
macOS / build and test (macos-15-intel): test_ssl fails because it lacks the fix gh-153311 (ssl fix backport). ======================================================================
ERROR: test_load_verify_cadata (test.test_ssl.ContextTests.test_load_verify_cadata)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/runner/work/cpython/cpython/Lib/test/test_ssl.py", line 1535, in test_load_verify_cadata
ctx.load_verify_locations(cadata=cacert_der)
ssl.SSLError: [ASN1: NOT_ENOUGH_DATA] not enough data (_ssl.c:4057)
======================================================================
ERROR: test_connect_cadata (test.test_ssl.SimpleBackgroundTests.test_connect_cadata)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/runner/work/cpython/cpython/Lib/test/test_ssl.py", line 2181, in test_connect_cadata
ctx.load_verify_locations(cadata=der)
ssl.SSLError: [ASN1: NOT_ENOUGH_DATA] not enough data (_ssl.c:4057)
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if it's not supported.
(cherry picked from commit 3cfc249)