From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:29:28 +0000 (+0200) Subject: [3.14] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (GH... X-Git-Tag: v3.14.1~444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51dfc67092475e6772485aac8394c342771f96af;p=thirdparty%2FPython%2Fcpython.git [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 `-decorated base class may not invoke the correct +:meth:`~object.__init_subclass__` method in cases involving multiple +inheritance. Patch by Brian Schubert.