Skip to content

Add C API for gc.enable, gc.disable, and gc.isenabled #72441

Description

@llllllllll
BPO 28254
Nosy @gpshead, @scoder, @vstinner, @encukou, @llllllllll, @da-woods
PRs
  • bpo-28254: Add a C-API for controlling the state of the garbage collector #25687
  • bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable #25693
  • bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() #25709
  • bpo-28254: Add PyGC_ functions to the stable ABI manifest #25720
  • Files
  • gc-capi.patch
  • 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-04-28.16:15:19.646>
    created_at = <Date 2016-09-23.06:21:47.553>
    labels = ['expert-C-API', '3.10', 'performance']
    title = 'Add C API for gc.enable, gc.disable, and gc.isenabled'
    updated_at = <Date 2021-04-29.13:47:06.944>
    user = 'https://github.com/llllllllll'

    bugs.python.org fields:

    activity = <Date 2021-04-29.13:47:06.944>
    actor = 'petr.viktorin'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-04-28.16:15:19.646>
    closer = 'scoder'
    components = ['C API']
    creation = <Date 2016-09-23.06:21:47.553>
    creator = 'llllllllll'
    dependencies = []
    files = ['44787']
    hgrepos = []
    issue_num = 28254
    keywords = ['patch']
    message_count = 12.0
    messages = ['277245', '277295', '277557', '277569', '358330', '391274', '391291', '392195', '392230', '392239', '392289', '392308']
    nosy_count = 6.0
    nosy_names = ['gregory.p.smith', 'scoder', 'vstinner', 'petr.viktorin', 'llllllllll', 'da-woods']
    pr_nums = ['25687', '25693', '25709', '25720']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue28254'
    versions = ['Python 3.10']

    Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions