mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
PyObject_CallFunction returns a PyObject which needs to be decref'ed when it is no longer needed. Patch by David Luyer Differential Revision: https://reviews.llvm.org/D33740 llvm-svn: 305873