You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mp_obj_tmp_obj_new_exception_msg_varg(constmp_obj_type_t*exc_type, mp_rom_error_text_tfmt, ...); // counts args by number of % symbols in fmt, excluding %%; can only handle void* sizes (ie no float/double!)
1045
+
mp_obj_tmp_obj_new_exception_msg_varg(constmp_obj_type_t*exc_type, mp_rom_error_text_tfmt, ...); // counts args by number of % symbols in fmt, excluding %%; can only handle void* sizes (ie no float/double!)
1039
1046
#endif
1040
1047
#ifdefva_start
1041
-
// CIRCUITPY-CHANGE
1042
-
mp_obj_tmp_obj_new_exception_msg_vlist(constmp_obj_type_t*exc_type, mp_rom_error_text_tfmt, va_listarg); // same fmt restrictions as above
1048
+
mp_obj_tmp_obj_new_exception_msg_vlist(constmp_obj_type_t*exc_type, mp_rom_error_text_tfmt, va_listarg); // same fmt restrictions as above
0 commit comments