issues
search
python
/
cpython
The Python programming language
https://www.python.org
Other
63.65k
stars
30.49k
forks
source link
[3.13] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)
#127094
Closed
miss-islington
closed
4 days ago
miss-islington
commented
4 days ago
Fix support of STRING and GLOBAL opcodes with non-ASCII arguments.
dis() now outputs non-ASCII bytes in STRING, BINSTRING and SHORT_BINSTRING arguments as escaped (\xXX). (cherry picked from commit eaf217108226633c03cc5c4c90f0b6e4587c8803)
Co-authored-by: Serhiy Storchaka
storchaka@gmail.com
Issue: gh-126997
Co-authored-by: Serhiy Storchaka storchaka@gmail.com