Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 24, 2024
1 parent af82781 commit 9277ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ PyObject *aws_py_weakref_get_ref(PyObject *ref) {
/* If Python >= 3.13 */
#if PY_VERSION_HEX >= 0x030D0000
/* Use PyWeakref_GetRef() (new in Python 3.13), which gets you:
/* a new strong reference,
* a new strong reference,
* or NULL because ref is dead,
* or -1 because you called it wrong */
PyObject *obj = NULL;
Expand Down

0 comments on commit 9277ac2

Please sign in to comment.