Victor

Results 365 comments of Victor

@filmor got one See https://github.com/organizations/pythonnet/settings/actions/runners

If you send me your public SSH key using any convenient means, I can give you direct access to VM. Or you can sign up and get your own.

Seems to work with 3.0.0-rc4

The logic reason is that classes with `__namespace__` are .NET classes as well as Python classes, and classes without it are just Python classes. This is by design.

@filmor are you suggesting all new derived classes to be .NET classes by default? What would be the way to turn that off?

The issue should no longer be in 3.0.0

Can you try adding `IDisposable` explicitly to the list of `MyBuffer` bases? I wonder if it would work around the issue. (Still looks like a valid bug to me)

I do not believe this bug is a 3.0.0 blocker, as this probably never worked in 2.5 either. For 3.0.0 we should focus on regressions and breaking changes.

@Zulex something is fishy. 3.0.0-preview2022-03-03 does not have `ShutdownMode`