Use PyC_ParseUnicodeAsBytesAndSize parser instead of "s" / "z" type specifier. This relates to #111033, resolving Python exceptions which causes icons not to load (for e.g.). Now bytes are also supported as path arguments.
Use PyC_ParseUnicodeAsBytesAndSize parser instead of "s" / "z" type specifier. This relates to #111033, resolving Python exceptions which causes icons not to load (for e.g.). Now bytes are also supported as path arguments.