Skip to content

test_datetime leaks references #133496

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 May 6, 2025 · 2 comments
Closed

test_datetime leaks references #133496

Eclips4 opened this issue May 6, 2025 · 2 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@Eclips4
Copy link
Member

Eclips4 commented May 6, 2025

Bug report

Bug description:

eclips4@suffering ~/p/p/cpython (main) [2]> ./python.exe -m test -R 3:3 test_datetime
Using random seed: 2105768348
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 19.81 Run 1 test sequentially in a single process
0:00:00 load avg: 19.81 [1/1] test_datetime
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
123:456
XXX XXX
test_datetime leaked [24, 24, 24] memory blocks, sum=72
0:00:22 load avg: 13.26 [1/1/1] test_datetime failed (reference leak)

== Tests result: FAILURE ==

1 test failed:
    test_datetime

Total duration: 22.8 sec
Total tests: run=1,088 skipped=31
Total test files: run=1/1 failed=1
Result: FAILURE

CPython versions tested on:

CPython main branch

Operating systems tested on:

macOS

@Eclips4 Eclips4 added the type-bug An unexpected behavior, bug, or error label May 6, 2025
@hugovk
Copy link
Member

hugovk commented May 6, 2025

Caused by and being checked in #133396 (comment)

@AA-Turner
Copy link
Member

Closed in #133498.

A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
Development

No branches or pull requests

3 participants