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 PythonException for Python 3.12 #13

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

taminob
Copy link
Owner

@taminob taminob commented Jul 2, 2024

Python 3.12 introduced a different method for exception retrieval. The explicit size check in ppplugin for the tuple is so that no IndexError exception is set by Python.

The explicit size check for the tuple is so that no IndexError exception
is set by Python.
@taminob taminob added the python Related to python plugin label Jul 2, 2024
@taminob taminob self-assigned this Jul 2, 2024
@taminob taminob merged commit 5eb33da into main Jul 2, 2024
8 checks passed
@taminob taminob deleted the bugfix/fix-python-3.12-compilation branch July 2, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Related to python plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant