This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients belopolsky, benjamin.peterson, eric.araujo, giampaolo.rodola, gungorbasa, iritkatriel, nedbat, r.david.murray, rbp, rhettinger, tshepang
Date 2021-11-23.17:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637687223.61.0.316886102086.issue2516@roundup.psfhosted.org>
In-reply-to
Content
This seems to have been fixed by now, on 3.11 I get this:

>>> class A:
...     def foo(self, x): pass
... 
>>> A().foo()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: A.foo() missing 1 required positional argument: 'x'
History
Date User Action Args
2021-11-23 17:07:03iritkatrielsetrecipients: + iritkatriel, rhettinger, belopolsky, giampaolo.rodola, nedbat, benjamin.peterson, rbp, eric.araujo, r.david.murray, gungorbasa, tshepang
2021-11-23 17:07:03iritkatrielsetmessageid: <1637687223.61.0.316886102086.issue2516@roundup.psfhosted.org>
2021-11-23 17:07:03iritkatriellinkissue2516 messages
2021-11-23 17:07:03iritkatrielcreate