File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,12 @@ This version improves performance on benchmarks significantly compared to 2.3.
68
68
- Fill ` __classcell__ ` correctly for Python subclasses of .NET types
69
69
- Fixed issue with params methods that are not passed an array.
70
70
- Use UTF8 to encode strings passed to ` PyRun_String ` on Python 3
71
+ - Fixed runtime that fails loading when using pythonnet in an environment
72
+ together with Nuitka
73
+ - Fixes bug where delegates get casts (dotnetcore)
74
+ - Determine size of interpreter longs at runtime
75
+ - Handling exceptions ocurred in ModuleObject's getattribute
76
+ - Fixes issue with function resolution when calling overloaded function with keyword arguments from python ([ #1097 ] [ i1097 ] )
71
77
72
78
## [ 2.4.0] [ ] - 2019-05-15
73
79
You can’t perform that action at this time.
0 commit comments