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 belopolsky
Recipients
Date 2007-04-26.03:21:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The current patch does not compile:

Modules/_functoolsmodule.c: In function 'init_functools':
Modules/_functoolsmodule.c:306: error: too many arguments to function 'PyObject_CallObject'

Once I removed the extra NULL argument, it seems to work fine.  What exactly is broken?  Can you add unit tests for the new functionality?
History
Date User Action Args
2007-08-23 16:12:46adminlinkissue1706256 messages
2007-08-23 16:12:46admincreate