/* The following structure definition is stolen from Python's standard ** threadmodule.c */ typedef struct { PyObject_HEAD PyThread_type_lock lock_lock; } _bruteforce_lockobject;