Skip to content

Commit 4cb4d05

Browse files
authored
Merge pull request #69 from rdemaria/disabling__iter__in_refs
disabling __iter__ in refs
2 parents 9d68044 + 841d2bb commit 4cb4d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xdeps/refs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'__array_finalize__',
3131
'__array__',
3232
'__array_priority__',
33+
'__iter__',
3334
# _ipython_canary_method_should_not_exist_ is used by IPython to detect
3435
# if an object 'lies' about its attributes due to its __getattr__. We should
3536
# not try to intercept it.

0 commit comments

Comments
 (0)