Skip to content

Commit

Permalink
merge 3.4-slp (Stackless python#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselm Kruis committed Nov 25, 2016
2 parents 79a894c + 048c660 commit 01d457e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Stackless/unittests/test_defects.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ def other_thread(self, pickler, c):
else:
self.killed = False

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

0 comments on commit 01d457e

Please sign in to comment.