Skip to content

Move PyArena C API to the internal C API #87410

Description

@vstinner
BPO 43244
Nosy @vstinner, @shihai1991
PRs
  • bpo-43244: Move pyarena.h from include/cpython to include/internal/. #24688
  • bpo-43244: Rename pycore_ast.h to pycore_ast_state.h #24907
  • bpo-43244: Add pycore_ast.h header file #24908
  • bpo-43244: Remove symtable.h header file #24910
  • bpo-43244: Remove PyAST_Validate() function #24911
  • bpo-43244: test_peg_generator defines _Py_TEST_PEGEN macro #24912
  • bpo-43244: Fix test_peg_generators on Windows #24913
  • bpo-43244: GitHub Action builds Python in debug mode on Windows #24914
  • bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers #24933
  • bpo-43244: Add pycore_compile.h header file #25000
  • bpo-43244: Remove parser_interface.h header file #25001
  • bpo-43244: Remove pyarena.h header #25007
  • bpo-43244: Fix compiler warning in compile.c about Yield #25242
  • bpo-43244: Remove Yield macro from pycore_ast.h #25243
  • bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() #25252
  • bpo-43244: Remove aliases from pycore_ast.h #25256
  • 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-03-24.01:26:54.289>
    created_at = <Date 2021-02-17.18:31:30.182>
    labels = ['expert-C-API', '3.10']
    title = 'Move PyArena C API to the internal C API'
    updated_at = <Date 2021-05-26.22:44:01.883>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2021-05-26.22:44:01.883>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-03-24.01:26:54.289>
    closer = 'vstinner'
    components = ['C API']
    creation = <Date 2021-02-17.18:31:30.182>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43244
    keywords = ['patch']
    message_count = 19.0
    messages = ['387180', '388973', '388976', '388981', '389001', '389016', '389018', '389075', '389408', '389416', '389419', '389423', '389424', '389501', '390416', '390444', '390472', '390473', '394489']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'shihai1991']
    pr_nums = ['24688', '24907', '24908', '24910', '24911', '24912', '24913', '24914', '24933', '25000', '25001', '25007', '25242', '25243', '25252', '25256']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue43244'
    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