#6990: clear threading.local's key only after its thread state is removed:
fixes local subclasses leaving old state around after a ref cycle GC which could be recycled by new locals
Showing
Please
register
or
sign in
to comment
fixes local subclasses leaving old state around after a ref cycle GC which could be recycled by new locals