Skip to content

TODO list when PEP 573 "Module State Access from C Extension Methods" will be implemented #84318

@vstinner

Description

@vstinner
BPO 40137
Nosy @rhettinger, @vstinner, @phsilva, @encukou, @serhiy-storchaka, @corona10, @pablogsal, @miss-islington, @shihai1991, @erlend-aasland
PRs
  • bpo-40077: Convert _jsonmodule to use PyType_FromSpec. #19177
  • [WIP] bpo-40137: Use pep573 in functools extension module. #20055
  • bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. #23405
  • bpo-40137: Fix refleak in _functools_exec() #24006
  • bpo-40137: Micro-optimize _PyType_GetModuleByDef() #25393
  • bpo-40137: Move state lookups out of the critical path #25492
  • bpo-40137: _PyType_GetModuleByDef() doesn't check tp_flags #25504
  • bpo-40137: Optimize _PyType_GetModuleByDef() loop #25505
  • bpo-40137: Add pycore_moduleobject.h internal header #25507
  • Files
  • patch.diff: Move get_functools_state_by_type() to lru_cache_new()
  • 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-21.23:28:53.908>
    created_at = <Date 2020-04-01.15:08:23.822>
    labels = ['type-feature', 'library', '3.10']
    title = 'TODO list when PEP 573 "Module State Access from C Extension Methods" will be implemented'
    updated_at = <Date 2021-05-06.00:04:16.932>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2021-05-06.00:04:16.932>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-04-21.23:28:53.908>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2020-04-01.15:08:23.822>
    creator = 'vstinner'
    dependencies = []
    files = ['49958']
    hgrepos = []
    issue_num = 40137
    keywords = ['patch']
    message_count = 28.0
    messages = ['365482', '365486', '368852', '380668', '380669', '383993', '384036', '384037', '384043', '384048', '384049', '384056', '390756', '390758', '390759', '390768', '390769', '391004', '391005', '391045', '391547', '391549', '391550', '391553', '391557', '391560', '391561', '393056']
    nosy_count = 10.0
    nosy_names = ['rhettinger', 'vstinner', 'phsilva', 'petr.viktorin', 'serhiy.storchaka', 'corona10', 'pablogsal', 'miss-islington', 'shihai1991', 'erlendaasland']
    pr_nums = ['19177', '20055', '23405', '24006', '25393', '25492', '25504', '25505', '25507']
    priority = 'high'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue40137'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesstdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions