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 Arfrever, Steven.Barker, belopolsky, ezio.melotti, gvanrossum, ilblackdragon, iritkatriel, martin.panter, ncoghlan, o11c, pitrou, rbcollins, refi64, serhiy.storchaka, smurfix, xonatius
Date 2021-11-23.17:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637687087.54.0.511382681653.issue2786@roundup.psfhosted.org>
In-reply-to
Content
This seems to have been fixed by now, on 3.11 I get this:

>>> class foo:
...   def __init__(self, bar):
...      pass
... 
>>> foo()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: foo.__init__() missing 1 required positional argument: 'bar'
History
Date User Action Args
2021-11-23 17:04:47iritkatrielsetrecipients: + iritkatriel, gvanrossum, ncoghlan, belopolsky, pitrou, rbcollins, ezio.melotti, smurfix, Arfrever, martin.panter, serhiy.storchaka, o11c, ilblackdragon, Steven.Barker, refi64, xonatius
2021-11-23 17:04:47iritkatrielsetmessageid: <1637687087.54.0.511382681653.issue2786@roundup.psfhosted.org>
2021-11-23 17:04:47iritkatriellinkissue2786 messages
2021-11-23 17:04:47iritkatrielcreate