]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded...
authorNoah Kim <noah@hudson-trading.com>
Tue, 6 May 2025 00:03:55 +0000 (20:03 -0400)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 00:03:55 +0000 (01:03 +0100)
commitc4bcc6a77864b42574ec663cde36f0cc10e97b46
treecdb8991570555b0274c0e2ff99808bffef7c5430
parente6f8e0a035f4cbeffb331d90c295ab5894852c39
gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655)

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
15 files changed:
Doc/c-api/init_config.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.14.rst
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/windows_console.py
Lib/test/test_capi/test_config.py
Lib/test/test_cmd_line.py
Lib/test/test_embed.py
Lib/test/test_support.py
Misc/ACKS
Misc/NEWS.d/next/Core_and_Builtins/2024-07-11-12-31-29.gh-issue-102567.weRqDn.rst [new file with mode: 0644]
Misc/python.man
Programs/_testembed.c
Python/import.c
Python/initconfig.c