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

due to circular reference of local variable in Exception #312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

heedong-jung
Copy link

@heedong-jung heedong-jung commented Apr 6, 2020

resolved: #311
While the Except statement was in progress, an error occurred that the Garbage Collector could not collect by referring to the f_locals of the frame.

@thedrow
Copy link
Member

thedrow commented Apr 6, 2020

Can we change the code so an exception won't be raised instead?

@heedong-jung heedong-jung changed the title Memory leak due to circular reference of local variable in Exception due to circular reference of local variable in Exception Apr 6, 2020
@heedong-jung
Copy link
Author

Can we change the code so an exception won't be raised instead?

ExceptionInfo is called in Exception situation. What exactly are you talking about?

@auvipy auvipy closed this Nov 5, 2023
@auvipy auvipy reopened this Nov 5, 2023
@auvipy auvipy requested review from Nusnus and auvipy November 5, 2023 10:24
@thedrow
Copy link
Member

thedrow commented Nov 5, 2023

I'm not sure what the problem is and what this PR fixes.
Can you please write a proper description of the problem you're trying to resolve?

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.

due to circular reference of local variable in Exception
4 participants