]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
authorpenguin_wwy <940375606@qq.com>
Thu, 6 Jan 2022 11:38:35 +0000 (19:38 +0800)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 11:38:35 +0000 (11:38 +0000)
commit3db762db72cc0da938614b1e414abb1e12ca4094
treeeef08b55d931522d2f83ed7b6f2383d27d8a4ffe
parent35d6540c904ef07b8602ff014e520603f84b5886
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
Doc/library/dis.rst
Doc/whatsnew/3.11.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-12-10-09-10-32.bpo-46031.rM7JOX.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c
Python/opcode_targets.h