◐ Shell
clean mode source ↗

Stricter coversion of primitive Python types to `System.Object` by lostmsu · Pull Request #1958 · pythonnet/pythonnet

…, and `str` to corresponding .NET primitive types

fixes pythonnet#1957

lostmsu added a commit to losttech/pythonnet that referenced this pull request

Oct 24, 2022
…s when target type is System.Object

useful to be able to change what numpy.float64 is converted to

related to pythonnet#1957

this is an alternative to pythonnet#1958

@lostmsu lostmsu deleted the bugs/FloatMustBeExact branch

November 4, 2022 19:55

elan-ajain pushed a commit to elancapital/pythonnet that referenced this pull request

Feb 17, 2023
…s when target type is System.Object

useful to be able to change what numpy.float64 is converted to

related to pythonnet#1957

this is an alternative to pythonnet#1958