]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148014: Accept a function name in -X presite option (#148015)
authorVictor Stinner <vstinner@python.org>
Tue, 7 Apr 2026 14:05:39 +0000 (16:05 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2026 14:05:39 +0000 (14:05 +0000)
commitfeee573f36ecdc767d73c95d43e68dd02e41549d
treeef2e3e4f540b6b26b55ab40d0047dd7111d00d75
parente65987d4c0d63585dd63e742ec3c8aa07645ffc5
gh-148014: Accept a function name in -X presite option (#148015)
Doc/c-api/init_config.rst
Doc/using/cmdline.rst
Lib/test/_test_embed_structseq.py
Lib/test/cov.py
Lib/test/libregrtest/runtests.py
Lib/test/support/__init__.py
Lib/test/test_cmd_line.py
Lib/test/test_embed.py
Misc/NEWS.d/next/Core_and_Builtins/2026-04-02-17-52-33.gh-issue-148014.2Y6ND_.rst [new file with mode: 0644]
Python/pylifecycle.c