Skip to content
  • Paul Sokolovsky's avatar
    objtype: Wrap .__name__ handling in MICROPY_CPYTHON_COMPAT. · b509f739
    Paul Sokolovsky authored
    Because it's runtime reflection feature, not required for many apps.
    Rant time:
    Python could really use better str() vs repr() distinction, for example,
    repr(type) could be "<class 'foo'>" (as it is now), and str(type) just
    "foo". But alas, getting straight name requires adhoc attribute.
    b509f739