From e9c4325515aed9cb3a35183d4093cda2b6bffd9f Mon Sep 17 00:00:00 2001 From: Daniel Bailey Date: Thu, 6 Aug 2020 15:34:55 +1000 Subject: Python: include Python stack trace in the crash log This helps Python developers troubleshoot errors when Python causes a crash. --- source/blender/python/BPY_extern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/BPY_extern.h') diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h index 5c6e0b0a308..5773f146dcc 100644 --- a/source/blender/python/BPY_extern.h +++ b/source/blender/python/BPY_extern.h @@ -55,6 +55,7 @@ void BPY_python_start(int argc, const char **argv); void BPY_python_end(void); void BPY_python_reset(struct bContext *C); void BPY_python_use_system_env(void); +void BPY_python_backtrace(FILE *file); /* global interpreter lock */ -- cgit v1.2.3