]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76007: Deprecate `__version__` attribute in `ctypes` (#142679)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 15 Dec 2025 11:30:23 +0000 (13:30 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 11:30:23 +0000 (13:30 +0200)
commit38ad651b678da098400a8df8c133ebf5ced12965
treed7dd15b3bc5da7854a4eed54986962477cbf3cec
parentfb554ad68db415ab149d4596113b8fc74f99bcc6
gh-76007: Deprecate `__version__` attribute in `ctypes` (#142679)
Doc/deprecations/pending-removal-in-3.20.rst
Doc/whatsnew/3.15.rst
Lib/ctypes/__init__.py
Lib/test/test_ctypes/__init__.py
Misc/NEWS.d/next/Library/2025-12-13-21-19-28.gh-issue-76007.6fs_gT.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c