Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kanavin opened this issue Oct 15, 2024 · 0 comments
Open

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

kanavin opened this issue Oct 15, 2024 · 0 comments

Comments

@kanavin
Copy link

kanavin commented Oct 15, 2024

| /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
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Oct 16, 2024
Not compatible with python 3.13:
eclipse/mraa#1135

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Oct 16, 2024
Not compatible with python 3.13:
eclipse/mraa#1135

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
daregit pushed a commit to daregit/yocto-combined that referenced this issue Oct 18, 2024
Not compatible with python 3.13:
eclipse/mraa#1135

Signed-off-by: Alexander Kanavin <alexlinutronix.de>
Signed-off-by: Khem Raj <raj.khemgmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant