We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: