Skip to content

test_socket tests fail with kernel lacking support for IPPROTO_UDPLITE #149078

@mcepl

Description

@mcepl

Bug report

Bug description:

When running on the kernel without support for UDPLite, setup of tests (function clientSetUp) in test_socket fails:

self.cli = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, socket.IPPROTO_UDPLITE)

this command raises OSError.

CPython versions tested on:

3.14

Operating systems tested on:

Linux

Complete build logs

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    testsTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions