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

fixes #18070; fixes #22398; fixes memory leak with nested Exceptions #22502

Closed
wants to merge 10 commits into from

Conversation

ringabout
Copy link
Member

@ringabout ringabout commented Aug 18, 2023

fixes #22398
fixes #18070

@ringabout ringabout changed the title wip; popCurrentException wip; fixes #22398; fixes memory leak with nested Exceptions Aug 18, 2023
@ringabout ringabout changed the title wip; fixes #22398; fixes memory leak with nested Exceptions fixes #22398; fixes memory leak with nested Exceptions Aug 21, 2023
@ringabout ringabout changed the title fixes #22398; fixes memory leak with nested Exceptions fixes #18070; fixes #22398; fixes memory leak with nested Exceptions Aug 21, 2023
@ringabout ringabout changed the title fixes #18070; fixes #22398; fixes memory leak with nested Exceptions WIP; fixes #18070; fixes #22398; fixes memory leak with nested Exceptions Aug 21, 2023
@ringabout ringabout changed the title WIP; fixes #18070; fixes #22398; fixes memory leak with nested Exceptions fixes #18070; fixes #22398; fixes memory leak with nested Exceptions Feb 6, 2024
tests/exception/t18070.nim Outdated Show resolved Hide resolved
@ringabout
Copy link
Member Author

Anything that raises in a direct else block should call popCurrentException. I will complete it soon.

@Araq
Copy link
Member

Araq commented Mar 8, 2024

Well?

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.

An exception might exist after an except clause memory leak with nested Exceptions
2 participants