We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_bdb
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
./python -m test -R 3:3 test_bdb Using random seed: 2592309756 0:00:00 load avg: 25.13 Run 1 test sequentially 0:00:00 load avg: 25.13 [1/1] test_bdb beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more) 123:456 XX2 222 test_bdb leaked [1, 1, 1] references, sum=3 test_bdb leaked [2, 2, 2] memory blocks, sum=6 test_bdb failed (reference leak) == Tests result: FAILURE == 1 test failed: test_bdb Total duration: 845 ms Total tests: run=35 Total test files: run=1/1 failed=1 Result: FAILURE
CPython main branch
Linux
The text was updated successfully, but these errors were encountered:
If this is new, it's possible that it was caused by #111744. I'll take a look at it.
Sorry, something went wrong.
gh-118605: Fix reference leak in FrameLocalsProxy (#118607)
b4f8eb0
Also add some error checks.
Fixed in #118607
Thank you Tian for fixing this!
pythongh-118605: Fix reference leak in FrameLocalsProxy (python#118607)
15e99b0
gaogaotiantian
No branches or pull requests
Bug report
Bug description:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: