Browse Source
Now that we have `mp_obj_new_str_type_from_vstr` (private helper used by objstr.c) split from the public API (`mp_obj_new_str_from_vstr`), we can enforce a unicode check at the public API without incurring a performance cost on the various objstr.c methods (which are already working on known unicode-safe strings). Signed-off-by: Jim Mussared <jim.mussared@gmail.com>pull/6044/merge
Jim Mussared
2 years ago
committed by
Damien George
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue