LibreOffice Module pyuno (master) 1
Namespaces | Functions | Variables
pyuno_gc.cxx File Reference
#include "pyuno_impl.hxx"
#include <sal/config.h>
#include <rtl/ref.hxx>
#include <salhelper/thread.hxx>
Include dependency graph for pyuno_gc.cxx:

Go to the source code of this file.

Namespaces

namespace  pyuno
 

Functions

static bool pyuno::isAfterUnloadOrPy_Finalize ()
 
void pyuno::decreaseRefCount (PyInterpreterState *interpreter, PyObject *object)
 releases a refcount on the interpreter object and on another given python object. More...
 

Variables

static bool pyuno::g_destructorsOfStaticObjectsHaveBeenCalled
 
static StaticDestructorGuard pyuno::guard
 

Variable Documentation

◆ mPyInterpreter

PyInterpreterState* mPyInterpreter
private

Definition at line 65 of file pyuno_gc.cxx.

◆ mPyObject

PyObject* mPyObject
private

Definition at line 64 of file pyuno_gc.cxx.