File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3466,14 +3466,14 @@ public abstract static class AbstractIdConversionNode extends ArgumentCastNode {
34663466 @ Specialization
34673467 long doInt (int value ,
34683468 @ Bind ("this" ) Node inliningTarget ,
3469- @ Exclusive @ Cached PRaiseNode .Lazy raiseNode ) {
3469+ @ Shared @ Cached PRaiseNode .Lazy raiseNode ) {
34703470 return checkValue (inliningTarget , value , raiseNode );
34713471 }
34723472
34733473 @ Specialization
34743474 long doLong (long value ,
34753475 @ Bind ("this" ) Node inliningTarget ,
3476- @ Exclusive @ Cached PRaiseNode .Lazy raiseNode ) {
3476+ @ Shared @ Cached PRaiseNode .Lazy raiseNode ) {
34773477 return checkValue (inliningTarget , value , raiseNode );
34783478 }
34793479
You can’t perform that action at this time.
0 commit comments