Skip to content

Commit

Permalink
chore: add debug data to exc (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 21, 2024
1 parent 8a63e48 commit d35bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a_sync/iter.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class _AwaitableAsyncIterableMixin(AsyncIterable[T]):
# type_argument = str(type_argument)
raise NotImplementedError(
"I think this is prevented by the rules of python Generic",
type_argument,
type_argument, type(type_argument)
)
elif hasattr(type_argument, "__module__") and hasattr(
type_argument, "__qualname__"
Expand Down

0 comments on commit d35bf06

Please sign in to comment.