bpo-45061: Detect refcount bug on empty string singleton (GH-28504)
Detect refcount bugs in C extensions when the empty Unicode string singleton is destroyed by mistake. * Move forward declarations to the top of unicodeobject.c. * Simplifiy unicode_is_singleton().
V
Victor Stinner committed
86f28372b17c8c56539e9543bea9f125ab11b8aa
Parent: 06e1773
Committed by GitHub <noreply@github.com>
on 9/21/2021, 9:43:09 PM