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

Deactivate _PyTraceback_Add #1697

Merged
merged 3 commits into from
Oct 13, 2024
Merged

Deactivate _PyTraceback_Add #1697

merged 3 commits into from
Oct 13, 2024

Conversation

heinezen
Copy link
Member

Closes #1696

Comments out _PyTraceback_Add until we find a better solution for propagating backtraces to Python from C++. This will make the engine compile with Python 3.13 again.

@heinezen heinezen added bugfix Restores intended behavior lang: cython Implemented using Cython code labels Oct 12, 2024
@heinezen heinezen requested a review from TheJJ October 12, 2024 20:30
@TheJJ TheJJ merged commit a3df307 into SFTtech:master Oct 13, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Restores intended behavior lang: cython Implemented using Cython code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_PyTraceback_Add is no longer exposed by Python 3.13
2 participants