Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
test_http2_probe_blocked_per_thread-requires_network.patch | Mark test_http2_probe_blocked_per_thread with requires_network It fails if it can't connect to `TARPIT_HOST`. |
Colin Watson <cjwatson@debian.org> | no | 2024-11-12 | ||
openssl-3.4.0.patch | SingleTLSLayerTestCase: Catch BrokenPipeError OpenSSL 3.4.0 returns `ERR_LIB_SYS` in some more situations than it used to. In the case exercised by `SingleTLSLayerTestCase.test_close_after_handshake`, https://github.com/python/cpython/pull/127361 (also backported to the 3.12 and 3.13 branches) turns this into `BrokenPipeError`. It seems reasonable to treat this in the same way as `ConnectionAbortedError` and `ConnectionResetError`. |
Colin Watson <cjwatson@debian.org> | yes | 2025-01-17 |