You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python] Add Math.DivRem support for int, int64, and bigint
Implement div_rem in int32.py, long.py, and big_int.py, supporting both
the 2-arg (returns tuple) and 3-arg (outref) overloads. Route Math.DivRem
and bigint.DivRem through these library functions in Python Replacements.
For bigint, uses truncated division (adjusting Python's floored //) to
match .NET semantics. int32/int64 Rust wrappers already truncate.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments