]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 15 Sep 2022 09:33:13 +0000 (12:33 +0300)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2022 09:33:13 +0000 (10:33 +0100)
commite37ac5fbb6de593521cf218aa05bc58a45c5a7c9
treec4a326c8def6bf08986f620dae1d5b9bed3b40bc
parent8e9a37dde44c9fa0b961cb2db5dc8266e1f85d11
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
Lib/test/test_extcall.py
Misc/NEWS.d/next/Core and Builtins/2022-09-11-12-43-43.gh-issue-96751.anRT6a.rst [new file with mode: 0644]
Python/ceval.c