Lines Matching refs:Py_XDECREF
376 Py_XDECREF(funcname_ob); in PyCode_NewEmpty()
377 Py_XDECREF(filename_ob); in PyCode_NewEmpty()
623 Py_XDECREF(ournames); in code_new_impl()
624 Py_XDECREF(ourvarnames); in code_new_impl()
625 Py_XDECREF(ourfreevars); in code_new_impl()
626 Py_XDECREF(ourcellvars); in code_new_impl()
657 Py_XDECREF(co->co_code); in code_dealloc()
658 Py_XDECREF(co->co_consts); in code_dealloc()
659 Py_XDECREF(co->co_names); in code_dealloc()
660 Py_XDECREF(co->co_varnames); in code_dealloc()
661 Py_XDECREF(co->co_freevars); in code_dealloc()
662 Py_XDECREF(co->co_cellvars); in code_dealloc()
663 Py_XDECREF(co->co_filename); in code_dealloc()
664 Py_XDECREF(co->co_name); in code_dealloc()
665 Py_XDECREF(co->co_linetable); in code_dealloc()
1057 Py_XDECREF(start); in lineiter_next()
1058 Py_XDECREF(end); in lineiter_next()
1059 Py_XDECREF(line); in lineiter_next()
1060 Py_XDECREF(result); in lineiter_next()