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 59b6ccd commit 6273cbdCopy full SHA for 6273cbd
graalpython/lib-python/3/test/test_generators.py
@@ -2016,7 +2016,11 @@ def printsolution(self, x):
2016
2017
>>> g = f()
2018
>>> next(g)
2019
->>> del g
+
2020
2021
+# XXX Truffle change skip test requiring refcounting/finalization
2022
+@support.impl_detail(graalvm=False)
2023
+>>> del g # doctest: +SKIP
2024
exiting
2025
2026
@@ -2031,7 +2035,11 @@ def printsolution(self, x):
2031
2035
2032
2036
2033
2037
2034
2038
2039
2040
2041
2042
2043
finally
2044
2045
0 commit comments