mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +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.
20 KiB
20 KiB