]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ ...
authorŁukasz Langa <lukasz@langa.pl>
Tue, 7 Feb 2023 13:36:35 +0000 (14:36 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 13:36:35 +0000 (13:36 +0000)
commit955ba2839bc5875424ae745bfab53e880a9ace49
treecc01da1f80ed067b696085043fd5ef4e65baf478
parent358b02dac478b9ce379ab5982400bb8ecf11a2ee
[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (GH-101127) (#101636)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Matthieu Dartiailh <m.dartiailh@gmail.com>
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