Skip to content

Commit

Permalink
Update Include/internal/pycore_critical_section.h
Browse files Browse the repository at this point in the history
  • Loading branch information
eendebakpt committed May 25, 2024
1 parent 5b72cdf commit c4c24c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_critical_section.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ extern "C" {
# define Py_END_CRITICAL_SECTION2()
# define Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST(original)
# define Py_END_CRITICAL_SECTION_SEQUENCE_FAST()
# define Py_RETURN_CRITICAL_SECTION_SEQUENCE_FAST(value)
# define Py_RETURN_CRITICAL_SECTION_SEQUENCE_FAST(value) return value;
# define _Py_CRITICAL_SECTION_ASSERT_MUTEX_LOCKED(mutex)
# define _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(op)
#endif /* !Py_GIL_DISABLED */
Expand Down

0 comments on commit c4c24c3

Please sign in to comment.