Skip to content

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

@HeRo002

Description

@HeRo002

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions