We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2241993 commit 869c880Copy full SHA for 869c880
1 file changed
src/runtime/iterator.cs
@@ -33,10 +33,6 @@ public static IntPtr tp_iternext(IntPtr ob)
33
}
34
catch (Exception e)
35
{
36
- if (e.InnerException != null)
37
- {
38
- e = e.InnerException;
39
- }
40
Exceptions.SetError(e);
41
return IntPtr.Zero;
42
0 commit comments