Skip to content

Commit 4a28ad0

Browse files
authored
Update pythoncapi_compat.h
1 parent 9aed276 commit 4a28ad0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythoncapi_compat.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,10 +1339,10 @@ PyDict_SetDefaultRef(PyObject *d, PyObject *key, PyObject *default_value,
13391339
#endif
13401340

13411341
#if PY_VERSION_HEX < 0x030D00B3
1342-
#define Py_BEGIN_CRITICAL_SECTION(op) {
1343-
#define Py_END_CRITICAL_SECTION() }
1344-
#define Py_BEGIN_CRITICAL_SECTION2(a, b) {
1345-
#define Py_END_CRITICAL_SECTION2() }
1342+
# define Py_BEGIN_CRITICAL_SECTION(op) {
1343+
# define Py_END_CRITICAL_SECTION() }
1344+
# define Py_BEGIN_CRITICAL_SECTION2(a, b) {
1345+
# define Py_END_CRITICAL_SECTION2() }
13461346
#endif
13471347

13481348
#if PY_VERSION_HEX < 0x030E0000 && PY_VERSION_HEX >= 0x03060000 && !defined(PYPY_VERSION)

0 commit comments

Comments
 (0)