Merge branch 'blender-v2.90-release' into master
This commit is contained in:
@@ -383,7 +383,7 @@ void PyC_StackSpit(void)
|
||||
}
|
||||
}
|
||||
|
||||
void PyC_StackPrint(FILE *fp)
|
||||
void PyC_StackPrint(/* FILE */ void *fp)
|
||||
{
|
||||
PyThreadState *tstate = PyGILState_GetThisThreadState();
|
||||
if (tstate != NULL && tstate->frame != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user