Skip to content

Rework C types initialization #87936

@vstinner

Description

@vstinner
BPO 43770
Nosy @vstinner, @corona10
PRs
  • bpo-43770: Sort types in _PyTypes_Init() #25263
  • bpo-43770: _PyTypes_Init() inits more static types #25265
  • bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type #25266
  • bpo-43770: Inherit default tp_getattro and tp_setattro #25275
  • bpo-43770: Refactor type_new() function #25325
  • bpo-43770: Refactor PyType_Ready() function #25336
  • bpo-43770: Reorder type_ready() #25373
  • bpo-43770: Cleanup type_ready() #25388
  • bpo-43770: Cleanup PyModuleDef_Init() #26879
  • bpo-43770: PyObject_SetAttr() asserts that the type is ready #26880
  • bpo-43770: PyObject_GetAttr() calls PyType_Ready() #26881
  • bpo-43770: Cleanup _PyObject_GetMethod() #26946
  • 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-09-21.22:08:50.540>
    created_at = <Date 2021-04-07.21:48:22.168>
    labels = ['interpreter-core', '3.10']
    title = 'Rework C types initialization'
    updated_at = <Date 2021-09-21.22:08:50.540>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2021-09-21.22:08:50.540>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-09-21.22:08:50.540>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2021-04-07.21:48:22.168>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43770
    keywords = ['patch']
    message_count = 14.0
    messages = ['390484', '390490', '390493', '390506', '390510', '390519', '390742', '390799', '390955', '390962', '390964', '396420', '396807', '402383']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'corona10']
    pr_nums = ['25263', '25265', '25266', '25275', '25325', '25336', '25373', '25388', '26879', '26880', '26881', '26946']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue43770'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions