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 loewis
Recipients
Date 2007-02-06.19:49:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The current specification says that these should be PyCFunction pointers, see

http://docs.python.org/api/common-structs.html

My initial implementation of METH_NOARGS had it differently, and nobody ever bothered fixing them all when this was changed. Please do submit a patch to correct all such errors, both in code and documentation.
History
Date User Action Args
2007-08-23 15:56:26adminlinkissue1648268 messages
2007-08-23 15:56:26admincreate