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

Subinterpreters: List interpreters associated with a channel end #83061

Closed
LewisGaul mannequin opened this issue Nov 21, 2019 · 3 comments
Closed

Subinterpreters: List interpreters associated with a channel end #83061

LewisGaul mannequin opened this issue Nov 21, 2019 · 3 comments
Labels
3.9 only security fixes type-feature A feature request or enhancement

Comments

@LewisGaul
Copy link
Mannequin

LewisGaul mannequin commented Nov 21, 2019

BPO 38880
Nosy @ericsnowcurrently, @soltysh, @miss-islington, @nanjekyejoannah, @LewisGaul
PRs
  • bpo-38880: List interpreters associated with a channel end #17323
  • 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-05-01.16:23:56.769>
    created_at = <Date 2019-11-21.16:14:53.477>
    labels = ['type-feature', '3.9']
    title = 'Subinterpreters: List interpreters associated with a channel end'
    updated_at = <Date 2020-05-01.16:23:56.768>
    user = 'https://github.com/LewisGaul'

    bugs.python.org fields:

    activity = <Date 2020-05-01.16:23:56.768>
    actor = 'eric.snow'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-05-01.16:23:56.769>
    closer = 'eric.snow'
    components = []
    creation = <Date 2019-11-21.16:14:53.477>
    creator = 'LewisGaul'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38880
    keywords = ['patch']
    message_count = 3.0
    messages = ['357181', '367589', '367860']
    nosy_count = 5.0
    nosy_names = ['eric.snow', 'maciej.szulik', 'miss-islington', 'nanjekyejoannah', 'LewisGaul']
    pr_nums = ['17323']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue38880'
    versions = ['Python 3.9']

    @LewisGaul
    Copy link
    Mannequin Author

    LewisGaul mannequin commented Nov 21, 2019

    The public interpreters API being implemented for PEP-554 requires the ability to list interpreters associated with channel ends. This functionality needs adding in the internal subinterpreters module.

    See ericsnowcurrently/multi-core-python#52 and https://www.python.org/dev/peps/pep-0554/#api-for-sharing-data.

    @LewisGaul LewisGaul mannequin added 3.9 only security fixes type-feature A feature request or enhancement labels Nov 21, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset f7bbf58 by Lewis Gaul in branch 'master':
    bpo-38880: List interpreters associated with a channel end (GH-17323)
    f7bbf58

    @ericsnowcurrently
    Copy link
    Member

    Thanks again, Lewis!

    @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.9 only security fixes type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants