Skip to content

Asyncio's loop.create_unix_server makes blocking calls #129807

@cbornet

Description

@cbornet

Bug report

Bug description:

It seems create_unix_server makes some calls to blocking functions.

async def create_unix_server(

In particular:

CPython versions tested on:

3.11

Operating systems tested on:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytopic-asynciotype-bugAn unexpected behavior, bug, or error

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions