]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 12 Aug 2025 15:23:13 +0000 (16:23 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Aug 2025 15:23:13 +0000 (16:23 +0100)
commitbe56464c4b672ada378d3b9cc8076af56d96cf7b
treefe00eb44f1c63152bf543dc1a921d42dde47f0df
parent68a61b0f1d5661180fd432ff9b8ab21272468a87
GH-137630: Convert ``_interpreters`` to use Argument Clinic  (#137631)
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test__interpreters.py
Misc/NEWS.d/next/Library/2025-08-11-05-05-08.gh-issue-137630.9lmqyc.rst [new file with mode: 0644]
Modules/_interpretersmodule.c
Modules/clinic/_interpretersmodule.c.h [new file with mode: 0644]