Skip to content

Commit bd1d77b

Browse files
committed
Backing out changes originating from #2392.
1 parent 751ae56 commit bd1d77b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_pytypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def __repr__(self):
104104

105105
assert m.str_from_object(A()) == "this is a str"
106106
assert m.repr_from_object(A()) == "this is a repr"
107-
assert m.str_from_handle(A()) == "this is a str"
108107

109108
s1, s2 = m.str_format()
110109
assert s1 == "1 + 2 = 3"

0 commit comments

Comments
 (0)