| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ng sequence protocol to .NET arrays when the target .NET type is `System.Object`. The conversion is still attempted when the target type is a `System.Array` fixes pythonnet#1900
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Disabled implicit conversion from Python objects implementing sequence protocol to .NET arrays when the target .NET type is System.Object. The conversion is still attempted when the target type is a System.Array.
Many Python types implement sequence protocol. In many cases such conversion loses too much important data.
Does this close any currently open issues?
fixes #1900
Checklist
Check all those that are applicable and complete.