You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for non string keys to the object's magic __dict__
- added new hybrid storage for the case when non string keys are set
- added relevant unittest
- HashingStorageNodes: getItem add specialization for the case of the fixed PythonObject storage
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/common/DynamicObjectStorage.java
+114Lines changed: 114 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,4 +171,118 @@ public HashingStorage copy(Equivalence eq) {
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/common/HashingStorageNodes.java
0 commit comments