Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
icecream v2.1.6 source code.tar.gz | 2025-08-14 | 25.3 kB | |
icecream v2.1.6 source code.zip | 2025-08-14 | 38.0 kB | |
README.md | 2025-08-14 | 370 Bytes | |
Totals: 3 Items | 63.6 kB | 3 |
Fixed: Pretty-printing of SymPy (and similar) objects.
Previously, calling ic() on structures containing SymPy objects could raise a TypeError because pprint.pformat(sort_dicts=True) attempted to sort unorderable keys. IceCream now keeps sort_dicts=True on the fast path and falls back to sort_dicts=False when pprint raises, ensuring robust output without crashes.