We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c863190 commit 4ed7caaCopy full SHA for 4ed7caa
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_code.txt
@@ -7,3 +7,4 @@
7
*graalpython.lib-python.3.test.test_code.CodeTest.test_constructor
8
*graalpython.lib-python.3.test.test_code.CodeTest.test_newempty
9
*graalpython.lib-python.3.test.test_code.CodeTest.test_replace
10
+*graalpython.lib-python.3.test.test_code.CodeWeakRefTest.test_basic
graalpython/lib-python/3/test/test_code.py
@@ -319,6 +319,7 @@ def test_interned_string_with_null(self):
319
320
class CodeWeakRefTest(unittest.TestCase):
321
322
+ @cpython_only
323
def test_basic(self):
324
# Create a code object in a clean environment so that we know we have
325
# the only reference to it left.
0 commit comments