Osama Alwaly
|
caa416e5e2
|
Improve cmath.complex dunder methods and tests; align lru_cache with stdlib
- Add __rtruediv__, __rpow__, __pos__, __bool__, __hash__, and coercion errors
- Extend __pow__ for complex exponents and real-only complex unwrap
- Tests for rdiv, rpow, bool, pos, float/int errors, hash, complex**complex
- lru_cache: accept typed= and **kwargs for host-Python compatibility when PYTHONPATH shadows this module
- Regenerate _generated.c from prebuild.py
Made-with: Cursor
|
2026-03-24 18:20:41 +02:00 |
|