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

Fix leak in extract_stacktrace. #59230

Merged

Conversation

rainwoodman
Copy link
Member

These are strong references, so we need to unref them.
Without the fix in Py3.11 op_test.GraphTest.testGarbageCollected fails.

@google-ml-butler google-ml-butler bot added the size:S CL Change Size: Small label Jan 11, 2023
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Jan 11, 2023
@rainwoodman rainwoodman added the ready to pull PR ready for merge process label Jan 11, 2023
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jan 12, 2023
@gbaned gbaned removed the ready to pull PR ready for merge process label Jan 12, 2023
@copybara-service copybara-service bot merged commit 15bc73d into tensorflow:master Jan 12, 2023
PR Queue automation moved this from Assigned Reviewer to Merged Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review Pull request awaiting review size:S CL Change Size: Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

2 participants