Download Latest Version icecream v2.1.6 source code.tar.gz (25.3 kB)
Email in envelope

Get an email when there's a new version of IceCream

Home / v2.1.6
Name Modified Size InfoDownloads / 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.

Source: README.md, updated 2025-08-14