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 POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE #90189

Closed
penguin-wwy mannequin opened this issue Dec 10, 2021 · 2 comments
Closed

add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE #90189

penguin-wwy mannequin opened this issue Dec 10, 2021 · 2 comments
Labels
3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage

Comments

@penguin-wwy
Copy link
Mannequin

penguin-wwy mannequin commented Dec 10, 2021

BPO 46031
Nosy @markshannon, @penguin-wwy
PRs
  • bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE #30019
  • 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 2022-01-06.13:47:36.350>
    created_at = <Date 2021-12-10.09:02:08.619>
    labels = ['interpreter-core', '3.11', 'performance']
    title = 'add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE'
    updated_at = <Date 2022-01-06.13:47:36.349>
    user = 'https://github.com/penguin-wwy'

    bugs.python.org fields:

    activity = <Date 2022-01-06.13:47:36.349>
    actor = 'Mark.Shannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-01-06.13:47:36.350>
    closer = 'Mark.Shannon'
    components = ['Interpreter Core']
    creation = <Date 2021-12-10.09:02:08.619>
    creator = 'penguin_wwy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46031
    keywords = ['patch']
    message_count = 2.0
    messages = ['408178', '409830']
    nosy_count = 2.0
    nosy_names = ['Mark.Shannon', 'penguin_wwy']
    pr_nums = ['30019']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue46031'
    versions = ['Python 3.11']

    @penguin-wwy
    Copy link
    Mannequin Author

    penguin-wwy mannequin commented Dec 10, 2021

    faster-cpython/ideas#154

    @penguin-wwy penguin-wwy mannequin added 3.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage labels Dec 10, 2021
    @markshannon
    Copy link
    Member

    New changeset 3db762d by penguin_wwy in branch 'main':
    bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
    3db762d

    @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.11 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant