Skip to content

Commit

Permalink
Update backport.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored May 2, 2024
1 parent 721fb18 commit 011e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pyawaitable/backport.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PyObject *Py_NewRef_Backport(PyObject *o);

#ifndef Py_XNewRef
PyObject *Py_XNewRef_Backport(PyObject *o)
#define Py_NewRef Py_NewRef_Backport
#define Py_XNewRef Py_XNewRef_Backport
#endif

#endif

0 comments on commit 011e5bc

Please sign in to comment.