4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PythonException is serializable More... over 4 years ago
can't really clear managed references to Python objects from ManagedType instances, unless they are per-alloc call More... over 4 years ago
fixed TestRuntime not building in Release mode More... over 4 years ago
remove unused TypeManager._slotImpls More... over 4 years ago
fixed derived classes not inheriting slots correctly More... over 4 years ago
sprinkled a few DebuggerHidden to make debugging easier More... over 4 years ago
simplified outdated condition in ClassBase.tp_clear More... over 4 years ago
removed DisposePythonWrappersForClrTypes More... over 4 years ago
refactored conditional ClassBase slot initialization More... over 4 years ago
arrays: use 64 bit indexing, and avoid first chance .NET exceptions on bad arguments More... over 4 years ago
fixed PyObject disposal crashing when runtime is still finalizing More... over 4 years ago
WIP 2 More... over 4 years ago
PyType Dict and MRO properties to assist debugging More... over 4 years ago
finalizer does not attempt to finalize objects when runtime is shut down More... over 4 years ago
avoid generating and handling useless SerializationException when MaybeMethodBase contains no method More... over 4 years ago
WIP More... over 4 years ago
remove unused PythonMethodAttribute More... over 4 years ago
minor improvements More... over 4 years ago
nullability annotation fix in MaybeMethodBase More... over 4 years ago
fixed MethodBinding failing for reference types More... over 4 years ago
increfs in OnSave are no longer necessary with the new references More... over 4 years ago
switched generictype.cs to the new style references More... over 4 years ago
tiny refactor More... over 4 years ago
fixed circular dependency in Runtime PyMembers and InternString initialization More... over 4 years ago
improved GetThunk reliability More... over 4 years ago
bad if condition More... over 4 years ago
improved reliability of Clean and Dealloc implementations More... over 4 years ago
fixed bad equality comparisons More... over 4 years ago
fixed OnSerialized and OnDeserialized in PyObject not being typed correctly More... over 4 years ago
fixed uses of Marshal.Read/Marshal.Write overloads with first argument of type object More... over 4 years ago