]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131591: Implement PEP 768 (#131937)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 3 Apr 2025 15:20:01 +0000 (16:20 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Apr 2025 15:20:01 +0000 (16:20 +0100)
commit943cc1431ebf4a265b79f69fa286787e77410fe9
tree00f0c5bd86dc48bfd105c8a9aad56bee022b89c4
parent275056a7fdcbe36aaac494b4183ae59943a338eb
gh-131591: Implement PEP 768 (#131937)

Co-authored-by: Ivona Stojanovic <stojanovic.i@hotmail.com>
Co-authored-by: Matt Wozniski <godlygeek@gmail.com>
31 files changed:
Doc/library/sys.rst
Doc/using/cmdline.rst
Doc/using/configure.rst
Doc/whatsnew/3.14.rst
Include/cpython/initconfig.h
Include/cpython/pystate.h
Include/internal/pycore_ceval.h
Include/internal/pycore_debug_offsets.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_sysmodule.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_capi/test_config.py
Lib/test/test_embed.py
Lib/test/test_sys.py
Makefile.pre.in
Misc/NEWS.d/next/Core_and_Builtins/2025-03-31-13-25-14.gh-issue-131591.DsPKZt.rst [new file with mode: 0644]
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/build.bat
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval_gil.c
Python/clinic/sysmodule.c.h
Python/initconfig.c
Python/remote_debugging.c [new file with mode: 0644]
Python/sysmodule.c
configure
configure.ac
pyconfig.h.in