Cleanup callmethod()
Make callmethod() less weird: don't decrement func reference counter, the caller is now responsible to do that. Issue #27128.
Showing
Please register or sign in to comment
Make callmethod() less weird: don't decrement func reference counter, the caller is now responsible to do that. Issue #27128.