Continuous automatic conversion like python.net

We use the python.net console built into our application. On the specific machine that runs the python console, automatic type conversion by default corresponds to the base class of the object, not the actual type. On the whole other test machine, this works fine. The only difference I see is the console version (Python.NET 2.0.0.12 has no problem, while Python.NET 2.0.0.16).

Does anyone know what might happen.

thanks

+4
source share

Source: https://habr.com/ru/post/1368970/


All Articles