Skip to content

Commit

Permalink
Py -> PY :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Feb 15, 2025
1 parent 90a713a commit 77ffea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_awaitable.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ test_add_await_no_memory(PyObject *self, PyObject *coro)
TEST_ASSERT(Py_REFCNT(dummy) > 1);
Py_DECREF(dummy);
}
#if Py_MINOR_VERSION < 11
#if PY_MINOR_VERSION < 11
/* Apparently, it's not a MemoryError for exceptions on <3.11 */
#define EXPECT_ERROR_NOMEM(exc) EXPECT_ERROR(exc)
#else
Expand Down

0 comments on commit 77ffea9

Please sign in to comment.