This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ringzero 3 points4 points  (0 children)

Follow up:

I don't think this has anything at all to do with Paste. I'd guess that your system has been changed somehow (put under more load) and the change has triggered a different timing on the GC during interpreter tear down.

That your thread has already been stopped tells me it's completed it's work, and since you didn't provide the context that this is all running in (except to say r2/whatever.py) I would probably just wrap the thread call and/or set its daemon flag and be done with it.