]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132775: Expand the Capability of Interpreter.call() (gh-134933)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 May 2025 18:28:35 +0000 (20:28 +0200)
committerGitHub <noreply@github.com>
Fri, 30 May 2025 18:28:35 +0000 (18:28 +0000)
commitd45d05326745fd6722d7af639eed7c1f408da426
treea0f5f3d1fda1013601b2421cc24dca0d1b6b7cb9
parent69536093de97b52789912bf1260b395a38b42aa8
[3.14] gh-132775: Expand the Capability of Interpreter.call() (gh-134933)

It now supports most callables, full args, and return values.

(cherry picked from commit 52deabe, AKA gh-133484)

Co-authored-by: Eric Snow ericsnowcurrently@gmail.com
Doc/data/python3.14.abi
Include/internal/pycore_crossinterp.h
Lib/test/_code_definitions.py
Lib/test/support/interpreters/__init__.py
Lib/test/test_code.py
Lib/test/test_interpreters/test_api.py
Modules/_interpchannelsmodule.c
Modules/_interpqueuesmodule.c
Modules/_interpretersmodule.c
Python/crossinterp.c
Python/import.c