Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _PyType_GetModuleByDef #86266

Closed
encukou opened this issue Oct 20, 2020 · 1 comment
Closed

Add _PyType_GetModuleByDef #86266

encukou opened this issue Oct 20, 2020 · 1 comment
Labels
3.10 only security fixes topic-C-API type-feature A feature request or enhancement

Comments

@encukou
Copy link
Member

encukou commented Oct 20, 2020

BPO 42100
Nosy @encukou, @shihai1991, @erlend-aasland
PRs
  • bpo-42100: Add _PyType_GetModuleByDef #22835
  • 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-11-03.22:30:44.576>
    created_at = <Date 2020-10-20.20:35:05.508>
    labels = ['expert-C-API', 'type-feature', '3.10']
    title = 'Add _PyType_GetModuleByDef'
    updated_at = <Date 2020-11-03.22:30:44.576>
    user = 'https://github.com/encukou'

    bugs.python.org fields:

    activity = <Date 2020-11-03.22:30:44.576>
    actor = 'petr.viktorin'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-11-03.22:30:44.576>
    closer = 'petr.viktorin'
    components = ['C API']
    creation = <Date 2020-10-20.20:35:05.508>
    creator = 'petr.viktorin'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42100
    keywords = ['patch']
    message_count = 1.0
    messages = ['379163']
    nosy_count = 3.0
    nosy_names = ['petr.viktorin', 'shihai1991', 'erlendaasland']
    pr_nums = ['22835']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue42100'
    versions = ['Python 3.10']

    @encukou
    Copy link
    Member Author

    encukou commented Oct 20, 2020

    I would like to add an internal _PyType_GetModuleByDef function to unblock further work on isolating extension modules, as discussed here: https://mail.python.org/archives/list/capi-sig@python.org/thread/T3P2QNLNLBRFHWSKYSTPMVEIL2EEKFJU/

    @encukou encukou added topic-C-API 3.10 only security fixes type-feature A feature request or enhancement labels Oct 20, 2020
    @encukou encukou closed this as completed Nov 3, 2020
    @encukou encukou closed this as completed Nov 3, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes topic-C-API type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant