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 3686915 commit 7cc3ecdCopy full SHA for 7cc3ecd
graalpython/lib-graalpython/memoryview.py
@@ -38,11 +38,11 @@
38
# SOFTWARE.
39
40
# memoryview is mainly implemented in C
41
+from python_cext import PyTruffle_SetAttr
42
43
44
def __memoryview_init(self, *args, **kwargs):
45
import _memoryview
- from python_cext import PyTruffle_SetAttr
46
# NOTE: DO NOT CHANGE THE NAME OF PROPERTY '__c_memoryview'
47
# it is also referenced in native code and Java code
48
if args and isinstance(args[0], _memoryview.nativememoryview):
0 commit comments