[Python.NET] Stricter types in 3.0

2022-02-03 Thread Felix Bourbonnais
Hello, as was discussed in the bi-weekly meeting, the newest version seems to introduce stricter type checking. Here's a snippet that exhibits two issues. using (Py.GIL()) { dynamic sysmod = Py.Import("sys"); dynamic syspath = sysmod.path; bool found = false; foreach (var path in s

[Python.NET] Re: Stricter types in 3.0

2022-02-03 Thread LOST _
Exactly the same issue is reported here: https://github.com/pythonnet/pythonnet/issues/1680 Have you seen it? From: Felix BourbonnaisSent: Thursday, February 3, 2022 12:53 PMTo: pythonnet@python.orgSubject: [Python.NET] Stricter types in 3.0 Hello, as was discussed in the bi-weekly meeting, the new

[Python.NET] Re: Stricter types in 3.0

2022-02-03 Thread Felix Bourbonnais
I had not, it is indeed the same issue. On Thu, Feb 3, 2022 at 3:56 PM LOST _ wrote: > Exactly the same issue is reported here: > https://github.com/pythonnet/pythonnet/issues/1680 > > > > Have you seen it? > > > > *From: *Felix Bourbonnais > *Sent: *Thursday, February 3, 2022 12:53 PM > *To: *