We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET 6 throws ArgumentOutOfRangeException when executing the following code:
ArgumentOutOfRangeException
ironpython2/Src/IronPython/Runtime/Operations/ListOfTOps.cs
Lines 145 to 147 in aa0526d
The text was updated successfully, but these errors were encountered:
It seems that such code is not used in IronPython 2. I found this bug when reusing the code for a Unity IL2CPP compatible .NET Python implementation.
Sorry, something went wrong.
Indeed, looks like extended slicing doesn't work with List<T> and this code is never invoked.
List<T>
Doesn't appear to be an issue with IronPython 3 (the code has changed since it split from ironpython2).
No branches or pull requests
.NET 6 throws
ArgumentOutOfRangeException
when executing the following code:ironpython2/Src/IronPython/Runtime/Operations/ListOfTOps.cs
Lines 145 to 147 in aa0526d
The text was updated successfully, but these errors were encountered: