Benedikt Reinartz

Results 150 comments of Benedikt Reinartz

@rmadsen-ks Could you create a PR from your branch? I personally don't see (right now) a problem with always making classes derived from .NET classes also .NET classes themselves (with...

@hatami57 Did you try what lostmsu suggested again on 3.0?

Would you mind creating a PR with some tests such that we can discuss this on actual code?

Recent versions of `pythonnet` also allow you to explicitly specify a configuration file via the `config_file` parameter, like ```python from pythonnet import load load("netfx", config_file="path/to/some.dll.config") import clr ``` This should...

I'll close this, I think both branches have deviated quite a bit from this stage by now.

That's not true. Panics are (by default) contained within their thread. Within the same thread they can be isolated using `catch_unwind`. That behaviour can be overridden at compile-time to `abort`...

There is not really another way apart from letting the respective scheduler thread die and starting a new one. `catch_unwind` stems from the need to not unwind into foreign code,...

I have added a test for the MIME type parameter as well on the issue with `Connection: close` that I reported in #252. The latter is failing right now.

@essen Would you need anything else to merge this one?