Skip to content

Document that tp_dealloc handler must call PyObject_GC_UnTrack if Py_TPFLAGS_HAVE_GC is set #72923

@colesbury

Description

@colesbury
BPO 28737
Nosy @ambv, @colesbury, @miss-islington
PRs
  • bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() #29246
  • [3.9] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) #29248
  • [3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) #29249
  • 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/colesbury'
    closed_at = <Date 2021-10-28.19:23:51.728>
    created_at = <Date 2016-11-18.16:47:36.408>
    labels = ['extension-modules', '3.11', '3.9', '3.10', 'docs']
    title = 'Document that tp_dealloc handler must call PyObject_GC_UnTrack if Py_TPFLAGS_HAVE_GC is set'
    updated_at = <Date 2021-10-28.19:23:51.725>
    user = 'https://github.com/colesbury'

    bugs.python.org fields:

    activity = <Date 2021-10-28.19:23:51.725>
    actor = 'lukasz.langa'
    assignee = 'colesbury'
    closed = True
    closed_date = <Date 2021-10-28.19:23:51.728>
    closer = 'lukasz.langa'
    components = ['Documentation', 'Extension Modules']
    creation = <Date 2016-11-18.16:47:36.408>
    creator = 'colesbury'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 28737
    keywords = ['patch']
    message_count = 6.0
    messages = ['281146', '405112', '405120', '405232', '405233', '405234']
    nosy_count = 4.0
    nosy_names = ['docs@python', 'lukasz.langa', 'colesbury', 'miss-islington']
    pr_nums = ['29246', '29248', '29249']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue28737'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    Metadata

    Metadata

    Assignees

    Labels

    3.10only security fixes3.11only security fixes3.9 (EOL)end of lifedocsDocumentation in the Doc dirextension-modulesC modules in the Modules dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions