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

Xcode proj. warnings: PySys_SetArgv and PyEval_InitThreads explicitly marked deprecated #955

Open
HeRo002 opened this issue Dec 15, 2024 · 0 comments

Comments

@HeRo002
Copy link

HeRo002 commented Dec 15, 2024

My Xcode Python-Kivy app project has these 2 warnings in the 'Issue Navigator':

PySys_SetArgv explicitly marked deprecated
PyEval_InitThreads explicitly marked deprecated

I presume that this is yet another indication that the Kivy-ios codebase is not uptodate.

It was only a few days ago I updated to the newest Kivy-ios.

Versions

  • Python : 3.11.6
  • MacOS version : 15.0.1
  • XCode Version : 16.2 (and 16.1)
  • Cython version : 0.29.36

Describe the bug
Xcode gives the 2 above mentioned warnings.
Nothing crashes, but I presume it will in the future...

To Reproduce
These warnings don't seem to depend on specific Python-Kivy app code. So I guess no example app is needed.

Expected behavior
I expected no deprecation warnings of course... ;-)

Logs
The warnings are displayed in the 'Issue Navigator' under 'main'.

Screenshots
Not needed, I presume.

Additional context
I have reported other deprecation warnings:
#953
#954

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