]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Oct 2025 04:29:28 +0000 (06:29 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 04:29:28 +0000 (21:29 -0700)
commit51dfc67092475e6772485aac8394c342771f96af
treeb7df3d2e4d38d7d77b70d3034db50062902215a6
parente104aadcafeaa7a47742a0587bf262e36b754da6
[3.14] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (GH-138210) (#138561)

gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (GH-138210)
(cherry picked from commit e2c038f5be2df39a7b06364dec0836a25c423b67)

Co-authored-by: Brian Schubert <brianm.schubert@g
Lib/_py_warnings.py
Lib/test/test_warnings/__init__.py
Misc/NEWS.d/next/Library/2025-08-27-17-05-36.gh-issue-138010.ZZJmPL.rst [new file with mode: 0644]