Skip to content

feat: display Python error details by default#372

Open
Miriam-R-coder wants to merge 5 commits into
yoavnir:dev-1.0.0from
Miriam-R-coder:dev
Open

feat: display Python error details by default#372
Miriam-R-coder wants to merge 5 commits into
yoavnir:dev-1.0.0from
Miriam-R-coder:dev

Conversation

@Miriam-R-coder
Copy link
Copy Markdown

Moved PyErr_Print() outside of the verbose flag check in PythonIntf.cc.
This ensures that users can see specific Python errors (like SyntaxError)
without needing to enable verbose mode (-v), making troubleshooting much easier.

Fixes #370

@yoavnir
Copy link
Copy Markdown
Owner

yoavnir commented May 11, 2026

Thanks. Please re-target to yoavnir:dev-1.0.0. I use dev only for beta, release, hotfix.

@Miriam-R-coder Miriam-R-coder changed the base branch from dev to dev-1.0.0 May 11, 2026 18:58
Comment thread specs/src/utils/PythonIntf.cc
Replace error handling with exit on failure to load local functions
@yoavnir
Copy link
Copy Markdown
Owner

yoavnir commented May 11, 2026

Thanks. But the changes in README.md are not intentional. They're a revert because of changing the base branch without rebasing the branch.

Updated the latest release version in the README and removed outdated installation limitations and build instructions.
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.

Improve error message with Python interface errors

2 participants