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