Skip to content

PEP 573: Module State Access from C Extension Methods #82968

@Dormouse759

Description

@Dormouse759
BPO 38787
Nosy @terryjreedy, @ncoghlan, @scoder, @vstinner, @encukou, @Dormouse759, @miss-islington, @shihai1991
PRs
  • [PEP 573] bpo-38787: Module State Access from C Extension Methods #17145
  • bpo-38787: C API for module state access from extension methods (PEP 573) #19936
  • bpo-38787: update docs of structures.rst and code style of _testmultiphase.c #19980
  • bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks #20024
  • bpo-38787: Fix Argument Clinic defining_class_converter #20074
  • bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake #20215
  • Remove a redundant NULL in descrobject.c #20344
  • [3.9] bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake (GH-20215) #21984
  • 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-10-20.08:56:18.304>
    created_at = <Date 2019-11-13.14:30:40.496>
    labels = ['extension-modules', 'type-feature', '3.9']
    title = 'PEP 573: Module State Access from C Extension Methods'
    updated_at = <Date 2020-11-25.17:08:25.229>
    user = 'https://github.com/Dormouse759'

    bugs.python.org fields:

    activity = <Date 2020-11-25.17:08:25.229>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-10-20.08:56:18.304>
    closer = 'petr.viktorin'
    components = ['Extension Modules']
    creation = <Date 2019-11-13.14:30:40.496>
    creator = 'Dormouse759'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38787
    keywords = ['patch']
    message_count = 18.0
    messages = ['356533', '367552', '367569', '367636', '368180', '368337', '368356', '368577', '368580', '368733', '368735', '368768', '368789', '368804', '375991', '376411', '379107', '381853']
    nosy_count = 8.0
    nosy_names = ['terry.reedy', 'ncoghlan', 'scoder', 'vstinner', 'petr.viktorin', 'Dormouse759', 'miss-islington', 'shihai1991']
    pr_nums = ['17145', '19936', '19980', '20024', '20074', '20215', '20344', '21984']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue38787'
    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