objstr: Allow to define statically allocated str objects.
Similar to tuples, lists, dicts. Statically allocated strings don't have hash computed.
py/objstr.h
0 → 100644
Please register or sign in to comment
Similar to tuples, lists, dicts. Statically allocated strings don't have hash computed.