This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
Type: performance Stage: resolved
Components: Interpreter Core Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Mark.Shannon, penguin_wwy
Priority: normal Keywords: patch

Created on 2021-12-10 09:02 by penguin_wwy, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30019 merged penguin_wwy, 2021-12-10 09:04
Messages (2)
msg408178 - (view) Author: penguin_wwy (penguin_wwy) * Date: 2021-12-10 09:02
https://github.com/faster-cpython/ideas/discussions/154
msg409830 - (view) Author: Mark Shannon (Mark.Shannon) * (Python committer) Date: 2022-01-06 11:38
New changeset 3db762db72cc0da938614b1e414abb1e12ca4094 by penguin_wwy in branch 'main':
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
https://github.com/python/cpython/commit/3db762db72cc0da938614b1e414abb1e12ca4094
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90189
2022-01-06 13:47:36Mark.Shannonsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-01-06 11:38:40Mark.Shannonsetnosy: + Mark.Shannon
messages: + msg409830
2021-12-10 09:04:08penguin_wwysetkeywords: + patch
stage: patch review
pull_requests: + pull_request28243
2021-12-10 09:02:08penguin_wwycreate