add comment to missing function in original PyCXX sources

This commit is contained in:
wmayer 2016-08-10 13:22:28 +02:00
parent 336215b076
commit 03304ab08d

View File

@ -1765,6 +1765,8 @@ extern "C" PyObject *method_keyword_call_handler( PyObject *_self_and_name_tuple
}
}
//NOTE: This method is used in ExtensionModule.hxx but not provided by PyCXX.
//However, it's required because without it we get linker errors.
extern "C" PyObject *method_noargs_call_handler( PyObject *_self_and_name_tuple, PyObject * )
{
try