mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
There was really weird warning (promoted to error) when building Windows port. Exact cause is still unknown, but it uncovered another issue: 8-bit and unicode str_make_new implementations should be mutually exclusive, and not built at the same time. What we had is that bytes_decode() pulled 8-bit str_make_new() even for unicode build.
4.3 KiB
4.3 KiB