]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 30 May 2025 15:15:00 +0000 (09:15 -0600)
committerGitHub <noreply@github.com>
Fri, 30 May 2025 15:15:00 +0000 (09:15 -0600)
commit52deabefd0af8fc6d9b40823323437bf210f50a5
tree59c1227e761cce3e04d180d469fcad6a6ab077a2
parenteb145fabbdd755f803296beba2d235fc32efe592
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)

It now supports most callables, full args, and return values.
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