-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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_io leaked [2, 2, 2] references, sum=6 on main branch #94857
Comments
kumaraditya303
added
type-bug
An unexpected behavior, bug, or error
3.12
bugs and security fixes
labels
Jul 14, 2022
See #94858 |
Reproduced on 3.11 branch: @kumaraditya303 ➜ /workspaces/cpython (3.11) $ ./python -m test -R 3:3 test_io -m test_reconfigure_locale
0:00:00 load avg: 15.27 Run tests sequentially
0:00:00 load avg: 15.27 [1/1] test_io
beginning 6 repetitions
123456
......
test_io leaked [2, 2, 2] references, sum=6
test_io failed (reference leak)
== Tests result: FAILURE ==
1 test failed:
test_io
Total duration: 552 ms
Tests result: FAILURE |
miss-islington
pushed a commit
that referenced
this issue
Jul 18, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 18, 2022
(cherry picked from commit 631160c) Co-authored-by: Kumar Aditya <[email protected]>
miss-islington
added a commit
that referenced
this issue
Jul 18, 2022
(cherry picked from commit 631160c) Co-authored-by: Kumar Aditya <[email protected]>
Fixed by #94858 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test.test_io.CTextIOWrapperTest.test_reconfigure_locale
is leaking on main branch.The text was updated successfully, but these errors were encountered: