Skip to content

Replace custom exceptions for timeouts with TimeoutError #86579

@tiran

Description

@tiran
BPO 42413
Nosy @brianquinlan, @pitrou, @vstinner, @tiran, @alex, @asvetlov, @serhiy-storchaka, @1st1, @dstufft, @applio, @corona10, @miss-islington, @kumaraditya303
PRs
  • bpo-42413: socket.timeout is now an alias of TimeoutError #23413
  • bpo-42413: Replace concurrent.futures.TimeoutError and asyncio.TimeoutError with builtin TimeoutError #23520
  • bpo-42413: Replace concurrent.futures.TimeoutError and asyncio.TimeoutError with builtin TimeoutError #30197
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/asvetlov'
    closed_at = <Date 2021-12-19.11:38:06.321>
    created_at = <Date 2020-11-19.19:10:42.609>
    labels = ['extension-modules', '3.11', 'type-feature', 'library', 'expert-asyncio']
    title = 'Replace custom exceptions for timeouts with TimeoutError'
    updated_at = <Date 2021-12-19.11:38:06.320>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2021-12-19.11:38:06.320>
    actor = 'asvetlov'
    assignee = 'asvetlov'
    closed = True
    closed_date = <Date 2021-12-19.11:38:06.321>
    closer = 'asvetlov'
    components = ['Extension Modules', 'Library (Lib)', 'asyncio']
    creation = <Date 2020-11-19.19:10:42.609>
    creator = 'christian.heimes'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42413
    keywords = ['patch']
    message_count = 20.0
    messages = ['381454', '381466', '381539', '381552', '381553', '381554', '381555', '381556', '381557', '381558', '381559', '381560', '381562', '381568', '381663', '381664', '381886', '404693', '408893', '408894']
    nosy_count = 14.0
    nosy_names = ['bquinlan', 'janssen', 'pitrou', 'vstinner', 'christian.heimes', 'alex', 'asvetlov', 'serhiy.storchaka', 'yselivanov', 'dstufft', 'davin', 'corona10', 'miss-islington', 'kumaraditya']
    pr_nums = ['23413', '23520', '30197']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue42413'
    versions = ['Python 3.11']

    Metadata

    Metadata

    Assignees

    Labels

    3.11only security fixesextension-modulesC modules in the Modules dirstdlibPython modules in the Lib dirtopic-asynciotype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions