We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2939ad0 commit 8d0882dCopy full SHA for 8d0882d
Include/internal/pycore_lock.h
@@ -26,7 +26,7 @@ extern "C" {
26
// 0b11: locked and has parked threads
27
//
28
// Typical initialization:
29
-// PyMutex m = (PyMutex){0};
+// PyMutex m = {0};
30
31
// Typical usage:
32
// PyMutex_Lock(&m);
0 commit comments