Michael Gerhold

Results 2 comments of Michael Gerhold

Presumably the same as what @alschade wrote, but I just wanted to add that the problem also occurs with `StrEnum`s: ```python class Type(StrEnum): FIRST = "FIRST" SECOND = "SECOND" def...

If I understand it correctly, ASCII (range 0 to 127) is a valid subset of UTF-8. Also, this little Python program here does not complain about the sequence of 0x00,...