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_pydoc leaks references #119704

Closed
Eclips4 opened this issue May 29, 2024 · 0 comments
Closed

test_pydoc leaks references #119704

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

Comments

@Eclips4
Copy link
Member

Eclips4 commented May 29, 2024

Bug report

Bug description:

./python.exe -m test -R 3:3 test_pydoc                                   
Using random seed: 928599674
0:00:00 load avg: 6.51 Run 1 test sequentially
0:00:00 load avg: 6.51 [1/1] test_pydoc.test_pydoc
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
123:456
XXX XXX
test_pydoc.test_pydoc leaked [609, 609, 609] references, sum=1827
test_pydoc.test_pydoc leaked [607, 607, 607] memory blocks, sum=1821
test_pydoc.test_pydoc failed (reference leak)

== Tests result: FAILURE ==

1 test failed:
    test_pydoc.test_pydoc

Total duration: 15.7 sec
Total tests: run=108 skipped=3
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 May 29, 2024
Eclips4 added a commit to Eclips4/cpython that referenced this issue May 29, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue May 29, 2024
…`` (pythonGH-119705)

(cherry picked from commit c0faade)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue May 29, 2024
…`` (pythonGH-119705)

(cherry picked from commit c0faade)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
@Eclips4 Eclips4 closed this as completed May 29, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 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