]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:49:37 +0000 (08:49 +0100)
committerGitHub <noreply@github.com>
Sun, 11 Jan 2026 07:49:37 +0000 (07:49 +0000)
commitb2a2dcda3a1511d7fdbf6c290f33cb68a478e5a0
treeea558b18df6e0c166f53fd495865b2cc0550586d
parent3aa233e4017676ea27da235c30a52ea69a64151e
[3.13] Remove outdated comment about `excess_args` warning in `object.__init__` (GH-143669) (#143681)

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