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

Fix a few compiler warnings #1286

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Conversation

jmcarcell
Copy link
Member

PySys_SetArgv is deprecated since Python 3.11 (see https://docs.python.org/3/c-api/init.html#c.PySys_SetArgv). The recommended way can be found here. I also removed a couple of checks for Python 3.

BEGINRELEASENOTES

  • Fix warnings related to unused variables and shadowing of already existing variables
  • Don't use the deprecated PySys_SetArgv

ENDRELEASENOTES

Copy link

github-actions bot commented Jul 1, 2024

Test Results

   14 files     14 suites   6h 30m 59s ⏱️
  363 tests   363 ✅ 0 💤 0 ❌
2 496 runs  2 496 ✅ 0 💤 0 ❌

Results for commit 87dc486.

@MarkusFrankATcernch MarkusFrankATcernch merged commit 8a14d91 into AIDASoft:master Jul 1, 2024
14 checks passed
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

Successfully merging this pull request may close these issues.

2 participants