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 serhiy.storchaka
Recipients Elaphurus, josh.r, larry, serhiy.storchaka
Date 2021-04-13.08:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618303936.4.0.270814215018.issue43824@roundup.psfhosted.org>
In-reply-to
Content
I you declare a method as METH_NOARGS, you would not able to pass any argument to it.

I concur with Josh. There is nothing wrong here.
History
Date User Action Args
2021-04-13 08:52:16serhiy.storchakasetrecipients: + serhiy.storchaka, larry, josh.r, Elaphurus
2021-04-13 08:52:16serhiy.storchakasetmessageid: <1618303936.4.0.270814215018.issue43824@roundup.psfhosted.org>
2021-04-13 08:52:16serhiy.storchakalinkissue43824 messages
2021-04-13 08:52:16serhiy.storchakacreate