-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
test_pickle are leaked on Windows #104702
Labels
Comments
Fantastic... I can't reproduce it anymore. I just try found bad commit using git bisect... ./python -m test -R 3:3 test_pickle -m PyUnpicklerTests
Running Debug|x64 interpreter...
0:00:00 Run tests sequentially
0:00:00 [1/1] test_pickle
beginning 6 repetitions
123456
......
test_pickle leaked [4, 4, 4] references, sum=12
test_pickle leaked [4, 4, 4] memory blocks, sum=12
test_pickle failed (reference leak)
== Tests result: FAILURE ==
1 test failed:
test_pickle
Total duration: 908 ms
Tests result: FAILURE |
Seems all ref leaks come from If this test is removed from |
vstinner
pushed a commit
that referenced
this issue
Aug 29, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 29, 2023
…cross multiple threads (pythonGH-108497) (cherry picked from commit 5f85b44) Co-authored-by: Brett Cannon <[email protected]>
Yhg1s
pushed a commit
that referenced
this issue
Aug 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried on current main branch.
Also, I cannot reproduce it in Linux (WSL, Ubuntu 20.04)
Linked PRs
The text was updated successfully, but these errors were encountered: