diff options
Diffstat (limited to 'gdb/python/py-infthread.c')
-rw-r--r-- | gdb/python/py-infthread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/python/py-infthread.c b/gdb/python/py-infthread.c index a5a083f..a0545ec 100644 --- a/gdb/python/py-infthread.c +++ b/gdb/python/py-infthread.c @@ -23,7 +23,8 @@ #include "inferior.h" #include "python-internal.h" -static PyTypeObject thread_object_type; +static PyTypeObject thread_object_type + CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("thread_object"); /* Require that INFERIOR be a valid inferior ID. */ #define THPY_REQUIRE_VALID(Thread) \ |