We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7df88 commit 87a65a5Copy full SHA for 87a65a5
1 file changed
Include/internal/pycore_lock.h
@@ -26,6 +26,9 @@ extern "C" {
26
// Typical initialization:
27
// PyMutex m = (PyMutex){0};
28
//
29
+// Or initialize as global variables:
30
+// static PyMutex m;
31
+//
32
// Typical usage:
33
// PyMutex_Lock(&m);
34
// ...
0 commit comments