Skip to content

test_compile leaks references #118023

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

Closed
Eclips4 opened this issue Apr 18, 2024 · 1 comment
Closed

test_compile leaks references #118023

Eclips4 opened this issue Apr 18, 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 Apr 18, 2024

Bug report

Bug description:

./python.exe -m test -R 3:3 test_compile
Using random seed: 3846844224
0:00:00 load avg: 4.57 Run 1 test sequentially
0:00:00 load avg: 4.57 [1/1] test_compile
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
123:456
XX4 444
test_compile leaked [2, 2, 2] references, sum=6
test_compile leaked [4, 4, 4] memory blocks, sum=12
test_compile failed (reference leak)

== Tests result: FAILURE ==

1 test failed:
    test_compile

Total duration: 12.3 sec
Total tests: run=164 skipped=1
Total test files: run=1/1 failed=1
Result: FAILURE

CPython versions tested on:

CPython main branch

Operating systems tested on:

macOS

Linked PRs

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

Eclips4 commented Apr 18, 2024

Bisected to c179c0e
cc @iritkatriel

Eclips4 added a commit to Eclips4/cpython that referenced this issue Apr 18, 2024
iritkatriel pushed a commit that referenced this issue Apr 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@Eclips4 Eclips4 closed this as completed Apr 18, 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