Skip to content

[C API] Make PyGC_Head structure opaque, or even move it to the internal C API #84422

Closed
@vstinner

Description

@vstinner
BPO 40241
Nosy @vstinner, @pablogsal, @miss-islington
PRs
  • bpo-40241: Move SIZEOF_PYGC_HEAD to _testinternalcapi #19452
  • bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API #19461
  • bpo-40241: Add pycore_gc.h header file #19494
  • bpo-40241: Add pycore_interp.h header #19499
  • bpo-40268: Include explicitly pycore_interp.h #19505
  • bpo-40241: What's New in Python 3.9: opaque PyGC_Head #20586
  • [3.9] bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) #20593
  • 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 2020-04-13.10:20:38.319>
    created_at = <Date 2020-04-09.15:19:56.824>
    labels = ['expert-C-API', '3.9']
    title = '[C API] Make PyGC_Head structure opaque, or even move it to the internal C API'
    updated_at = <Date 2020-06-02.10:09:35.483>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2020-06-02.10:09:35.483>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-04-13.10:20:38.319>
    closer = 'vstinner'
    components = ['C API']
    creation = <Date 2020-04-09.15:19:56.824>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40241
    keywords = ['patch']
    message_count = 12.0
    messages = ['366064', '366067', '366092', '366094', '366095', '366170', '366291', '366296', '366300', '366353', '370600', '370601']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'pablogsal', 'miss-islington']
    pr_nums = ['19452', '19461', '19494', '19499', '19505', '20586', '20593']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue40241'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions