8000 Add traceback information to exception by testrunner123 · Pull Request #545 · pythonnet/pythonnet · GitHub
[go: up one dir, main page]

Skip to content
Dismiss alert

Add traceback information to exception #545

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

Merged
merged 5 commits into from
Nov 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
testrunner123 authored and filmor committed Nov 14, 2018
commit 6befab65b5821175c5ecb2d45146a3d9995e7cba
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].

### Changed

- Reattach python exception traceback information (#545)

### Fixed

- Fixed secondary PythonEngine.Initialize call, all sensitive static variables now reseted.
Expand Down Expand Up @@ -697,4 +699,4 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
[i131]: https://github.com/pythonnet/pythonnet/issues/131
[p531]: https://github.com/pythonnet/pythonnet/pull/531
[i755]: https://github.com/pythonnet/pythonnet/pull/755
[p534]: https://github.com/pythonnet/pythonnet/pull/534
[p534]: https://github.com/pythonnet/pythonnet/pull/534
0