Skip to content

threading.enumerate(): reentrant call during a GC collection hangs #88588

Closed
@vstinner

Description

@vstinner
BPO 44422
Nosy @vstinner, @miss-islington
PRs
  • bpo-44422: Fix threading.enumerate() reentrant call #26727
  • [3.10] bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) #26737
  • [3.9] bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) #26738
  • bpo-44422: threading.Thread reuses the _delete() method #26741
  • Files
  • rec_threading.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-16.09:44:01.520>
    created_at = <Date 2021-06-14.21:26:28.622>
    labels = ['library', '3.9', '3.10', '3.11']
    title = 'threading.enumerate(): reentrant call during a GC collection hangs'
    updated_at = <Date 2021-06-16.09:44:01.519>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2021-06-16.09:44:01.519>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-06-16.09:44:01.520>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2021-06-14.21:26:28.622>
    creator = 'vstinner'
    dependencies = []
    files = ['50110']
    hgrepos = []
    issue_num = 44422
    keywords = ['patch']
    message_count = 8.0
    messages = ['395851', '395852', '395880', '395881', '395883', '395884', '395885', '395914']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'miss-islington']
    pr_nums = ['26727', '26737', '26738', '26741']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue44422'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixes3.11only security fixes3.9only security fixesstdlibPython modules in the Lib dir

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions