Skip to content

Commit

Permalink
Merge branch '2github-actions' into 12-python312
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Feb 22, 2024
2 parents 79dde33 + 300a23f commit 969f580
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ndicapimodule.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define PyString_AsString PyUnicode_AsUTF8
#define PyIntObject PyLongObject
//#define PY_INT_OBJECT_OB_IVAL(ob) PyLong_AsLong((PyObject*)(ob))
#define CYTHON_USE_PYLONG_INTERNALS 1
#if PY_MINOR_VERSION < 12
#define PY_INT_OBJECT_OB_IVAL(ob) ob->ob_digit[0]
#else
Expand Down

0 comments on commit 969f580

Please sign in to comment.