diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-11-21 13:15:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 13:15:12 +0200 |
commit | eaf217108226633c03cc5c4c90f0b6e4587c8803 (patch) | |
tree | 85aebbbea34fc7303c5a8f2f8213c5a35948d38f /Python/ast_unparse.c | |
parent | ff2278e2bf660155ca8f7c0529190ca59a41c13a (diff) | |
download | cpython-eaf217108226633c03cc5c4c90f0b6e4587c8803.tar.gz cpython-eaf217108226633c03cc5c4c90f0b6e4587c8803.zip |
gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)
* 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).
Diffstat (limited to 'Python/ast_unparse.c')
0 files changed, 0 insertions, 0 deletions