8000 don't rethrow exception · pythonnet/pythonnet@e8cc3d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8cc3d8

Browse files
committed
don't rethrow exception
1 parent 17c47a7 commit e8cc3d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/CollectionWrappers/SequenceWrapper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public void Clear()
4343
if (result == -1)
4444
{
4545
Runtime.CheckExceptionOccurred();
46-
throw new Exception("failed to clear sequence");
4746
}
4847
}
4948

0 commit comments

Comments
 (0)
0