There was an error while loading. Please reload this page.
1 parent f42d77a commit 85fe2d7Copy full SHA for 85fe2d7
test/test_thread_util.py
@@ -54,6 +54,9 @@ class TestIdent(unittest.TestCase):
54
child's callback was not
55
"""
56
def _test_ident(self, use_greenlets):
57
+ if 'java' in sys.platform:
58
+ raise SkipTest("Can't rely on weakref callbacks in Jython")
59
+
60
ident = thread_util.create_ident(use_greenlets)
61
62
ids = set([ident.get()])
0 commit comments