Skip to content
Snippets Groups Projects
Select Git revision
  • 76677270218fb5732296e4fe1a0acbe05c8f818c
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

py.mk

Blame
  • user avatar
    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
    History
    py.mk 3.89 KiB