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

test_builtin leaks references #122404

Closed
Eclips4 opened this issue Jul 29, 2024 · 1 comment
Closed

test_builtin leaks references #122404

Eclips4 opened this issue Jul 29, 2024 · 1 comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@Eclips4
Copy link
Member

Eclips4 commented Jul 29, 2024

Bug report

Bug description:

./python -m test -R 3:3 test_builtin
Using random seed: 4149387192
0:00:00 load avg: 20.36 Run 1 test sequentially in a single process
0:00:00 load avg: 20.36 [1/1] test_builtin
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
123:456
XXX XXX
test_builtin leaked [10, 10, 10] references, sum=30
test_builtin leaked [8, 8, 8] memory blocks, sum=24
test_builtin failed (reference leak)

== Tests result: FAILURE ==

1 test failed:
    test_builtin

Total duration: 2.4 sec
Total tests: run=135 skipped=5
Total test files: run=1/1 failed=1
Result: FAILURE

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

@Eclips4 Eclips4 added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir labels Jul 29, 2024
@Eclips4
Copy link
Member Author

Eclips4 commented Jul 29, 2024

Close per #122234 (comment)

@Eclips4 Eclips4 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant