We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d55666 commit b564693Copy full SHA for b564693
1 file changed
Include/critical_section.h
@@ -83,8 +83,8 @@ _Py_CS_TYPEDEF(PyCriticalSection2, _Py_CRITICAL_SECTION_VERSION);
83
84
#define PyCriticalSection_Begin _Py_CS_FUNCNAME(PyCriticalSection_Begin)
85
#define PyCriticalSection_End _Py_CS_FUNCNAME(PyCriticalSection_End)
86
-#define PyCriticalSection_Begin2 _Py_CS_FUNCNAME(PyCriticalSection_Begin2)
87
-#define PyCriticalSection_End2 _Py_CS_FUNCNAME(PyCriticalSection_End2)
+#define PyCriticalSection2_Begin _Py_CS_FUNCNAME(PyCriticalSection2_Begin)
+#define PyCriticalSection2_End _Py_CS_FUNCNAME(PyCriticalSection2_End)
88
89
90
#ifdef _Py_CS_NOOPS
0 commit comments