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 Gerrit.Holl, iritkatriel, r.david.murray
Date 2021-02-04.21:50:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612475440.12.0.477489445317.issue21728@roundup.psfhosted.org>
In-reply-to
Content
Looks like this was fixed under issue31506.

In any case it works for me now: 

>>> A(42)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: A() takes no arguments
History
Date User Action Args
2021-02-04 21:50:40iritkatrielsetrecipients: + iritkatriel, r.david.murray, Gerrit.Holl
2021-02-04 21:50:40iritkatrielsetmessageid: <1612475440.12.0.477489445317.issue21728@roundup.psfhosted.org>
2021-02-04 21:50:40iritkatriellinkissue21728 messages
2021-02-04 21:50:40iritkatrielcreate