We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.test_io.CTextIOWrapperTest.test_reconfigure_locale is leaking on main branch.
test.test_io.CTextIOWrapperTest.test_reconfigure_locale
@kumaraditya303 ➜ /workspaces/cpython (io ✗) $ ./python -m test -R 3:3 test_io -m test_reconfigure_locale 0:00:00 load avg: 1.24 Run tests sequentially 0:00:00 load avg: 1.24 [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: 314 ms Tests result: FAILURE
The text was updated successfully, but these errors were encountered:
See #94858
cc @pablogsal @corona10
Sorry, something went wrong.
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
GH-94857: fix test_io refleak (GH-94858)
631160c
pythonGH-94857: fix test_io refleak (pythonGH-94858)
6d2b36c
(cherry picked from commit 631160c) Co-authored-by: Kumar Aditya <[email protected]>
a914fa9
Fixed by #94858
kumaraditya303
No branches or pull requests
test.test_io.CTextIOWrapperTest.test_reconfigure_locale
is leaking on main branch.The text was updated successfully, but these errors were encountered: