Files
micropython/py
Jeff Epler 803a4d7717 py/objtemplate: Correctly cast qstr literals when printing.
qstr literals are of type qstr_short_t (aka uint16_t) for efficiency, but
when the type is passed to `mp_printf` it must be cast explicitly to type
`qstr`.

These locations were found using an experimental gcc plugin for `mp_printf`
error checking.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2026-03-22 22:59:15 +11:00
..
2026-02-07 18:16:54 +11:00
2025-07-25 10:56:02 +10:00
2026-03-09 23:47:33 +11:00
2026-03-09 23:47:33 +11:00
2025-02-25 16:11:33 +11:00