python-var-dump
python-var-dump copied to clipboard
fix \x9F crash-on-windows with hex encoding
previously var_dump('\x9F'); may cause a crash on windows cmd.exe , fix that by hex-encoding instead of crashing. for more info, see https://github.com/sha256/python-var-dump/issues/19