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] Multiple Interpreters in the Stdlib (PEP 554) - High-level Implementation #84062

Closed
nanjekyejoannah opened this issue Mar 6, 2020 · 2 comments
Assignees
Labels
3.9 only security fixes topic-subinterpreters

Comments

@nanjekyejoannah
Copy link
Member

BPO 39881
Nosy @ncoghlan, @vstinner, @ericsnowcurrently, @nanjekyejoannah
PRs
  • gh-76785: Multiple Interpreters in the Stdlib (PEP 554) #18817
  • bpo-32604: PEP 554 for use in test suite #19985
  • Superseder
  • bpo-32604: [subinterpreters] PEP 554 implementation: add interpreters module
  • 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 = 'https://github.com/nanjekyejoannah'
    closed_at = <Date 2020-05-15.01:20:13.885>
    created_at = <Date 2020-03-06.21:50:45.039>
    labels = ['expert-subinterpreters', '3.9']
    title = '[subinterpreters] Multiple Interpreters in the Stdlib (PEP 554) - High-level Implementation'
    updated_at = <Date 2020-05-15.01:20:13.884>
    user = 'https://github.com/nanjekyejoannah'

    bugs.python.org fields:

    activity = <Date 2020-05-15.01:20:13.884>
    actor = 'vstinner'
    assignee = 'nanjekyejoannah'
    closed = True
    closed_date = <Date 2020-05-15.01:20:13.885>
    closer = 'vstinner'
    components = ['Subinterpreters']
    creation = <Date 2020-03-06.21:50:45.039>
    creator = 'nanjekyejoannah'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39881
    keywords = ['patch']
    message_count = 2.0
    messages = ['363561', '368901']
    nosy_count = 4.0
    nosy_names = ['ncoghlan', 'vstinner', 'eric.snow', 'nanjekyejoannah']
    pr_nums = ['18817', '19985']
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '32604'
    type = None
    url = 'https://bugs.python.org/issue39881'
    versions = ['Python 3.9']

    @nanjekyejoannah
    Copy link
    Member Author

    This is to track the high-level implementation of PEP-554.

    Please see the PEP here: https://www.python.org/dev/peps/pep-0554/

    *** Note: PEP not accepted yet.

    @nanjekyejoannah nanjekyejoannah added interpreter-core (Objects, Python, Grammar, and Parser dirs) 3.9 only security fixes labels Mar 6, 2020
    @nanjekyejoannah nanjekyejoannah self-assigned this Mar 6, 2020
    @nanjekyejoannah nanjekyejoannah added interpreter-core (Objects, Python, Grammar, and Parser dirs) 3.9 only security fixes labels Mar 6, 2020
    @nanjekyejoannah nanjekyejoannah self-assigned this Mar 6, 2020
    @vstinner vstinner added topic-subinterpreters and removed interpreter-core (Objects, Python, Grammar, and Parser dirs) labels May 15, 2020
    @vstinner vstinner changed the title Multiple Interpreters in the Stdlib (PEP 554) - High-level Implementation [subinterpreters] Multiple Interpreters in the Stdlib (PEP 554) - High-level Implementation May 15, 2020
    @vstinner vstinner added topic-subinterpreters and removed interpreter-core (Objects, Python, Grammar, and Parser dirs) labels May 15, 2020
    @vstinner vstinner changed the title Multiple Interpreters in the Stdlib (PEP 554) - High-level Implementation [subinterpreters] Multiple Interpreters in the Stdlib (PEP 554) - High-level Implementation May 15, 2020
    @vstinner
    Copy link
    Member

    I mark this issue as a duplicate of bpo-32604.

    Please change the bpo number of your PRs: use bpo-32604.

    @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 topic-subinterpreters
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants