We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79a894c + 048c660 commit 01d457eCopy full SHA for 01d457e
1 file changed
Stackless/unittests/test_defects.py
@@ -493,6 +493,7 @@ def other_thread(self, pickler, c):
493
else:
494
self.killed = False
495
496
+ @unittest.skipUnless(withThreads, "requires thread support")
497
def test_kill_during_cPickle_stack_switch(self):
498
# this test kills the main/current tasklet of a other-thread,
499
# which is fast-pickling a recursive structure. This leads to an
0 commit comments