Skip to content
  • Paul Sokolovsky's avatar
    objsingleton: New home for Ellipsis and NotImplemented. · 76677270
    Paul Sokolovsky authored
    Having NotImplemented as MP_OBJ_SENTINEL turned out to be problematic
    (it needs to be checked for in a lot of places, otherwise it'll crash
    as would pass MP_OBJ_IS_OBJ()), so made a proper singleton value like
    Ellipsis, both of them sharing the same type.
    76677270