You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path gcmodule so that objects themselves can decide if they can be collected.
Make tasklet objects uncollectable if they belong to a different thread than the one doing the collection. Otherwise, they would get inserted into the target thread's queue, but their frame object would have been cleared and they were defunct. Killing tasklets works on the same thread because then task switching can be made immediate.
This fixes a very hard to repro bug with test/taskspeed.py
git-svn-id: http://svn.python.org/projects/stackless/trunk@82436 6015fed2-1504-0410-9fe1-9d1591cc4771
0 commit comments