python-var-dump icon indicating copy to clipboard operation
python-var-dump copied to clipboard

fix \x9F crash-on-windows with hex encoding

Open divinity76 opened this issue 3 years ago • 0 comments

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

divinity76 avatar Sep 19 '22 12:09 divinity76