Skip to content

Commit bf2e58f

Browse files
committed
debugging...
1 parent 8ed3a80 commit bf2e58f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

unpythonic/typecheck.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,7 @@ def iscollection(statictype, runtimetype):
338338
# return False
339339
# return True
340340
except TypeError: # probably one of those meta-utilities that hates issubclass.
341-
# assert False # this is a good idea while debugging the type checker.
342-
pass
341+
raise # DEBUG
343342

344343
# Catch any `typing` meta-utilities we don't currently support.
345344
if hasattr(T, "__module__") and T.__module__ == "typing":

0 commit comments

Comments
 (0)