]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Remove outdated comment about `excess_args` warning in `object.__init__` ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Jan 2026 07:52:34 +0000 (08:52 +0100)
committerGitHub <noreply@github.com>
Sun, 11 Jan 2026 07:52:34 +0000 (07:52 +0000)
commit70ddd3ea9afc109aca40f8cc1acdb7a174894db0
tree63f025b52be645dc2d9e1172e81b3f95398dcc0a
parent4a33fe59f78aa916b7c65cd76c0dda6c561a8493
[3.14] Remove outdated comment about `excess_args` warning in `object.__init__` (GH-143669) (#143680)

Remove outdated comment about `excess_args` warning in `object.__init__` (GH-143669)

The code emitting a warning was removed in 96384b93aae1d1e45dda21c4024d7d083c91626d.
(cherry picked from commit 03e6457096d452859fb4cfd418dc9268c6454c29)

Co-authored-by: Manuel Jacob <me@manueljacob.de>
Objects/typeobject.c