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 176aa3d commit e0691f5Copy full SHA for e0691f5
Include/cpython/critical_section.h
@@ -91,13 +91,13 @@ PyCriticalSection2_End(PyCriticalSection2 *c);
91
#ifndef Py_GIL_DISABLED
92
# define Py_BEGIN_CRITICAL_SECTION(op) \
93
{
94
-# define Py_BEGIN_CRITICAL_SECTION_MUTEX(mut) \
+# define Py_BEGIN_CRITICAL_SECTION_MUTEX(mutex) \
95
96
# define Py_END_CRITICAL_SECTION() \
97
}
98
# define Py_BEGIN_CRITICAL_SECTION2(a, b) \
99
100
-# define Py_BEGIN_CRITICAL_SECTION2_MUTEX(mut) \
+# define Py_BEGIN_CRITICAL_SECTION2_MUTEX(m1, m2) \
101
102
# define Py_END_CRITICAL_SECTION2() \
103
0 commit comments