- Notifications
You must be signed in to change notification settings - Fork750
Comparing changes
Open a pull request
base repository:pythonnet/pythonnet
Uh oh!
There was an error while loading.Please reload this page.
base:a21c797
head repository:pythonnet/pythonnet
Uh oh!
There was an error while loading.Please reload this page.
compare:7b5a7aa
- 12commits
- 22files changed
- 4contributors
Commits on Jun 18, 2020
Fixed crash due to unnecessary decref of a borrowed reference in para…
…ms array handling (#1163)
- filmor committed
Jun 18, 2020
Commits on Aug 29, 2020
fix
object[]
parameters taking precedence when should not in overlo……ad resolution
lostmsu committedAug 29, 2020
Commits on Sep 14, 2020
Merge pull request#1213from losttech/PR/BadParamsObjectPrecedence
Bad params object[] precedence
filmor authoredSep 14, 2020
Commits on Nov 13, 2020
* Add Python 3.9 to CI* Update AppVeyor image and always install all requirements* Add Python 3.9 interop file* Fix geninterop script and regenerate interop39.cs - Only record structs when they are defined, not when they are declared - If a struct was only declared when a typedef was created, it won't contain its member declarations. Those have to be drawn from the recorded structs instead. - Rename internal members of AstParser to make it easier to debug
filmor committedNov 13, 2020
Commits on Feb 4, 2021
ParameterInfo.Name needs to be checked for null before usage (#1375)
This occured in trying to use F# code from Python. As the `.Name` propertyreturns `null`, `ContainsKey` fails.Related documentation:https://docs.microsoft.com/en-us/dotnet/api/system.reflection.parameterinfo.name
filmor committedFeb 4, 2021 Fix geninterop script and regenerate interop39.cs
filmor committedFeb 4, 2021
Commits on Feb 5, 2021
- filmor committed
Feb 5, 2021 Update supported Python versions
filmor committedFeb 5, 2021
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff a21c797...7b5a7aa
Uh oh!
There was an error while loading.Please reload this page.