mraa icon indicating copy to clipboard operation
mraa copied to clipboard

src/python/mraapy.c: build error with python 3.13

Open kanavin opened this issue 1 year ago • 0 comments

| /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/mraa/2.2.0+git/git/src/python/mraapy.c: In function 'mraa_python_isr':
| /srv/storage/alex/yocto/build-metaoe/tmp/work/core2-64-poky-linux/mraa/2.2.0+git/git/src/python/mraapy.c:28:15: error: implicit declaration of function 'PyEval_CallObject'; did you mean 'PyObject_CallObject'? [-Wimplicit-function-declaration]
|    28 |         ret = PyEval_CallObject((PyObject*) isr, arglist);
|       |               ^~~~~~~~~~~~~~~~~
|       |               PyObject_CallObject

kanavin avatar Oct 15 '24 13:10 kanavin