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 1237602 commit da372e2Copy full SHA for da372e2
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/GcModuleBuiltins.java
@@ -68,6 +68,7 @@ public void initialize(PythonCore core) {
68
@GenerateNodeFactory
69
abstract static class GcCollectNode extends PythonBuiltinNode {
70
@Specialization
71
+ @TruffleBoundary
72
int collect(@SuppressWarnings("unused") Object level,
73
@Cached GilNode gil) {
74
gil.release(true);
0 commit comments