SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 86 Python

gh-117783: Immortalize objects that use deferred reference counting (#118112)

Deferred reference counting is not fully implemented yet. As a temporary
measure, we immortalize objects that would use deferred reference
counting to avoid multi-threaded scaling bottlenecks.

This is only performed in the free-threaded build once the first
non-main thread is started. Additionally, some tests, including refleak
tests, suppress this behavior.
S
Sam Gross committed
7ccacb220d99662b626c8bc63b00a27eaf604f0c
Parent: 8d4b756
Committed by GitHub <noreply@github.com> on 4/29/2024, 6:36:02 PM