]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
authorsobolevn <mail@sobolevn.me>
Mon, 15 Sep 2025 09:01:33 +0000 (12:01 +0300)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 09:01:33 +0000 (12:01 +0300)
commitbaf747051557d029bc807d08470279490a04c8e1
tree8e4d2ae968c61785d3cd3128a56ac98cd55ab0ac
parent097fc12149cbe7b336bdb3aad57e622de799611c
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
12 files changed:
Doc/c-api/init.rst
Doc/c-api/sys.rst
Doc/data/stable_abi.dat
Doc/deprecations/c-api-pending-removal-in-3.15.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.15.rst
Include/sysmodule.h
Misc/NEWS.d/3.13.0a1.rst
Misc/NEWS.d/next/C_API/2025-09-14-13-09-47.gh-issue-138886.dlcTXL.rst [new file with mode: 0644]
Misc/stable_abi.toml
Programs/_testembed.c
Python/sysmodule.c