Commits on Sep 29, 2022
Commits on Sep 26, 2022
Commits on Sep 19, 2022
-
Drop PyLong_Check (which checked for exact type) in favour of PyInt_C…
…heck (which checks for subtype)
Commits on Sep 17, 2022
Commits on Sep 16, 2022
Commits on Aug 13, 2022
Commits on Aug 12, 2022
Commits on Aug 8, 2022
Commits on Aug 4, 2022
Commits on Jul 14, 2022
-
Finalizer.Instance.Collect() and Runtime.TryCollectingGarbage(...) ar…
…e now callable from Python
Commits on Jul 11, 2022
-
-
Fix (U)IntPtr construction (#1861)
* Add unit tests for (U)IntPtr conversions * Special-case construction of (U)IntPtr * Check (U)IntPtr size explicitly
-
Commits on Jul 8, 2022
Commits on Jul 5, 2022
-
implemented dynamic equality and inequality for PyObject instances
fixed unhandled Python errors during comparison attempts fixes #1848
Commits on Jul 1, 2022
Commits on Jun 30, 2022
-
implemented dynamic equality and inequality for PyObject instances
fixed unhandled Python errors during comparison attempts fixes #1848
Commits on Jun 27, 2022
Commits on Jun 13, 2022
-
fixed ForbidPythonThreadsAttribute being ignored in certain scenarios (…
…#1815) Co-authored-by: Victor Nova <[email protected]>
Commits on May 31, 2022
Commits on May 25, 2022
Commits on May 23, 2022
-
Drop Python 3.6 support (#1795)
Fixes #1640 Co-authored-by: Victor Nova <[email protected]>
Commits on May 7, 2022
-
allow casting objects to generic .NET interfaces without specifying g…
…eneric arguments as long as there is no ambiguity
-
ClassGeneric.GetClass now returns BorrowedReference to indicate that …
…the value should not be disposed
-
Commits on May 4, 2022
-
disallow runtime shutdown when the Python error indicator is set, as …
…it may lead to unpredictable behavior (#1780)
-
-
A boxed enum value can't be casted directly to an integer, but using `System.Convert` functions instead works fine.
-

