Non-delegate types should not be callable by alxnull · Pull Request #1247 · pythonnet/pythonnet
What does this implement/fix? Explain your changes.
As mentioned in #1180, non-delegate types should not be appear as callable. Removed the ClassObject.tp_call method which seemed to be unused. Also added a test case.
Does this close any currently open issues?
Closes #1180.
Checklist
Check all those that are applicable and complete.