From 51dfc67092475e6772485aac8394c342771f96af Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 8 Oct 2025 06:29:28 +0200 Subject: [PATCH] [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. -- 2.47.3