#ifndef PYTHONIC_INCLUDE_BUILTIN_MEMORYERROR_HPP #define PYTHONIC_INCLUDE_BUILTIN_MEMORYERROR_HPP #include "pythonic/include/types/exceptions.hpp" PYTHONIC_NS_BEGIN namespace builtins { PYTHONIC_EXCEPTION_DECL(MemoryError) } PYTHONIC_NS_END #endif