-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
JIT refleaks on main #132731
Copy link
Copy link
Open
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-JITtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-JITtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
Run
./python -m test -R 3:3 test_capi.test_opt -m test_combine_stack_space_checks_large_framesizeIt leaks 2 references on my system.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response