Skip to content

_thread module: Remove redundant PyThread_exit_thread() call to avoid glibc fatal error: libgcc_s.so.1 must be installed for pthread_cancel to work #88600

@vstinner

Description

@vstinner
BPO 44434
Nosy @vstinner, @miss-islington, @erlend-aasland
PRs
  • bpo-44434: Don't call PyThread_exit_thread() explicitly #26758
  • [3.10] bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) #26824
  • [3.9] bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) #26825
  • bpo-44434: Remove useless calls to PyThread_exit_thread() #26943
  • Files
  • pthread_cancel_bug.py
  • pthread_cancel_emfile.py
  • 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 = None
    closed_at = <Date 2021-06-21.12:29:46.712>
    created_at = <Date 2021-06-16.14:19:11.182>
    labels = ['library', '3.9', '3.10', '3.11']
    title = '_thread module: Remove redundant PyThread_exit_thread() call to avoid glibc fatal error: libgcc_s.so.1 must be installed for pthread_cancel to work'
    updated_at = <Date 2021-07-08.09:25:04.498>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2021-07-08.09:25:04.498>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-06-21.12:29:46.712>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2021-06-16.14:19:11.182>
    creator = 'vstinner'
    dependencies = []
    files = ['50112', '50113']
    hgrepos = []
    issue_num = 44434
    keywords = ['patch']
    message_count = 18.0
    messages = ['395924', '395925', '395930', '395931', '395937', '395941', '396229', '396236', '396239', '396240', '396672', '396676', '396678', '396682', '396683', '396928', '397129', '397132']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'miss-islington', 'erlendaasland']
    pr_nums = ['26758', '26824', '26825', '26943']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue44434'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixes3.11only security fixes3.9 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directory

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions