23#if defined(HAVE_THREADS) && !defined(SIMPLE_THREADS)
24 PyGILState_STATE gstate;
25 gstate = PyGILState_Ensure();
30#if defined(HAVE_THREADS) && !defined(SIMPLE_THREADS)
31 PyGILState_Release(gstate);
39output(std::ostream &out)
const {
40 out <<
"<" << Py_TYPE(_value)->tp_name
41 <<
" object at " << (
void *)_value <<
">";
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.