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 7c0544d commit f182eb5Copy full SHA for f182eb5
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/CExtNodes.java
@@ -473,7 +473,7 @@ Object run(Object obj) {
473
}
474
475
protected static boolean isPrimitiveNativeWrapper(PythonNativeWrapper object) {
476
- return object instanceof PrimitiveNativeWrapper && !isMaterialized((PrimitiveNativeWrapper) object) || object instanceof BoolNativeWrapper;
+ return object instanceof PrimitiveNativeWrapper;
477
478
479
protected boolean isForeignObject(TruffleObject obj, GetLazyClassNode getClassNode, IsBuiltinClassProfile isForeignClassProfile) {
0 commit comments