Skip to content

Commit 048c660

Browse files
author
Anselm Kruis
committed
merge 3.3-slp (Stackless python#98)
2 parents 69b82ef + ae3b80b commit 048c660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Stackless/unittests/test_defects.py

+1
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ def other_thread(self, pickler, c):
493493
else:
494494
self.killed = False
495495

496+
@unittest.skipUnless(withThreads, "requires thread support")
496497
def test_kill_during_cPickle_stack_switch(self):
497498
# this test kills the main/current tasklet of a other-thread,
498499
# which is fast-pickling a recursive structure. This leads to an

0 commit comments

Comments
 (0)