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
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
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: *