fix for separate loose parts doing full depsgraph rebuild for every object split off.

This commit is contained in:
2012-07-19 10:23:25 +00:00
parent 4bc46b18d1
commit 9c8edae7d4
5 changed files with 17 additions and 4 deletions

View File

@@ -24,12 +24,13 @@
* \ingroup pygen
*/
#ifndef __PY_CAPI_UTILS_H__
#define __PY_CAPI_UTILS_H__
void PyC_ObSpit(const char *name, PyObject *var);
void PyC_LineSpit(void);
void PyC_StackSpit(void);
PyObject * PyC_ExceptionBuffer(void);
PyObject * PyC_Object_GetAttrStringArgs(PyObject *o, Py_ssize_t n, ...);
PyObject * PyC_Err_Format_Prefix(PyObject *exception_type_prefix, const char *format, ...);