Skip to content

Commit d981c47

Browse files
committed
Add comment pointing to PR in test
1 parent 7c22955 commit d981c47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/dtypes/test_inference.py

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ def foo():
151151

152152

153153
def test_is_list_like_iter_is_none():
154+
# GH 43373
155+
# is_list_like was yielding false positives with __iter__ == None
154156
class NotListLike:
155157
def __getitem__(self, item):
156158
return self

0 commit comments

Comments
 (0)