#ifndef PYTHONIC_BUILTIN_STOPITERATION_HPP #define PYTHONIC_BUILTIN_STOPITERATION_HPP #include "pythonic/include/builtins/StopIteration.hpp" #include "pythonic/types/exceptions.hpp" PYTHONIC_NS_BEGIN namespace builtins { PYTHONIC_EXCEPTION_IMPL(StopIteration) } PYTHONIC_NS_END #endif