4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed crash when Python derived class instances survive past early shutdown More... over 4 years ago
reinstate collection assert on shutdown from Python More... over 4 years ago
fixed Python derived types trying to double-free GCHandle when collected by Python GC More... over 4 years ago
minor More... over 4 years ago
fixed __pyobj__ access More... over 4 years ago
removed bad assert in generated constructor for derived classes More... over 4 years ago
made freeing GCHandles more robust More... over 4 years ago
fixed accidental premature disposal of Runtime.PyNone More... over 4 years ago
fixed sending PyObject across domain boundary More... over 4 years ago
added TraceAlloc solution configuration More... over 4 years ago
merge latest changes from upstream More... over 4 years ago
merge latest master More... over 4 years ago
Fix enum codec More... over 4 years ago
use .NET 6.0 LTS and C# 10 More... over 4 years ago
Merge pull request #1074 from losttech/bugs/1073 More... over 4 years ago
renamed run system property to __pythonnet_run__ to be consistent with other PythonNET properties More... over 4 years ago
remove finalizer assert for raw pointer value; skip collection assert on shutdown when loaded from Python More... over 4 years ago
Fix readme and setup.py for uploading to pypi More... over 4 years ago
Disable SourceLink VCS reading for now More... over 4 years ago
Drop remaining references to AppVeyor More... over 4 years ago
WaitForFullGCComplete was never needed, and was used incorrectly More... over 4 years ago
allow leaking PyObject instances when CLR is stared from Python More... over 4 years ago
removed code testing possiblity to dispose objects after domain restart More... over 4 years ago
allow tests to pass when objects are leaking due to being GCed after Python runtime is shut down More... over 4 years ago
Finalizer raises FinalizationException when it sees an object from previous run. More... over 4 years ago
dispose registered codecs and interop configuration during shutdown More... over 4 years ago
GC-related WIP More... almost 5 years ago
ensure Python types continue to exist when registered decoders for them are cached More... almost 5 years ago
a few annotation to ease debugging More... almost 5 years ago
PythonEngine .Exec and .Eval no longer work with raw pointers More... almost 5 years ago