]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
authorMatthieu Dartiailh <m.dartiailh@gmail.com>
Tue, 7 Feb 2023 09:34:21 +0000 (10:34 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 09:34:21 +0000 (10:34 +0100)
commitae62bddaf81176a7e55f95f18d55621c9c46c23d
tree0c7a661b7abd64546ebe0b8a495f3004ab30a6f0
parentc4de6b1d52304a0a9cdfafc1dad5098993710404
gh-101072: support default and kw default in PyEval_EvalCodeEx  for 3.11+ (#101127)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_capi/test_eval_code_ex.py [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2023-02-06-20-13-36.gh-issue-92173.RQE0mk.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/funcobject.c
Python/ceval.c