mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
This constant exception instance was once used by m_malloc_fail() to raise
a MemoryError without allocating memory, but it was made obsolete long ago
by 3556e45711. The functionality is now
replaced by the use of mp_emergency_exception_obj which lives in the global
uPy state, and which can handle any exception type, not just MemoryError.
63 KiB
63 KiB