Benedikt Reinartz

Results 67 issues of Benedikt Reinartz

https://www.python.org/dev/peps/pep-0590/

### What does this implement/fix? Explain your changes. ... ### Does this close any currently open issues? ... ### Any other comments? ... ### Checklist Check all those that are...

Likely depends on #1538 as the build only works on platforms supported by the dotnet CLI (which doesn't include 32bit Linux).

It should be possible to push the weekly preview results as wheels pypi as well. For that we need to * Make the version suffix configurable for the wheel generation...

We had plenty of issues with explicit path usage (just stumbled over #1011 which I'll close in favour of this one) in `clr.AddReference` calls. I propose that we only allow...

proposal

### What does this implement/fix? Explain your changes. Improve CI setup and readd performance tests. ### Does this close any currently open issues? #992 ### Any other comments? ... ###...

F# generated CIL has some unique properties (like potentially missing `ParameterInfo.Name`) that should be caught in our test-suite. For that we should have a test project like `Python.Tests` written in...

hacktoberfest

In two places (`classobject.cs` and `genericutil.cs`) we call into `AssemblyManager.LookupTypes` and use just the first matching entry. We should look into these instances and check whether we can do a...

The following test cases created in PR #1304 do not work right now: ```python res = MethodTest.ParamsArrayOverloaded(1, 2, i=1) assert res == "with params-array" res = MethodTest.ParamsArrayOverloaded(paramsArray=[], i=1) assert res...

I would like to be able to control the AppDomain that is used by Python.NET. My use case is that I want to be able to - Use shadow copies...

enhancement