summaryrefslogtreecommitdiffstats
path: root/Include/cpython/weakrefobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/cpython/weakrefobject.h')
-rw-r--r--Include/cpython/weakrefobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cpython/weakrefobject.h b/Include/cpython/weakrefobject.h
index dcca166..28acf72 100644
--- a/Include/cpython/weakrefobject.h
+++ b/Include/cpython/weakrefobject.h
@@ -36,7 +36,7 @@ struct _PyWeakReference {
* Normally this can be derived from wr_object, but in some cases we need
* to lock after wr_object has been set to Py_None.
*/
- struct _PyMutex *weakrefs_lock;
+ PyMutex *weakrefs_lock;
#endif
};