Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9604705

Browse files
committed
remove pretty printing of bytes (unstable between minor versions)
1 parent 9b7c59f commit 9604705

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/ql/src/semmle/python/PrintAst.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,6 @@ private module PrettyPrinting {
539539
or
540540
result = "`" + a.(Repr).getValue() + "`"
541541
or
542-
result = "b' " + a.(Bytes).getS() + "'"
543-
or
544542
a instanceof Ellipsis and result = "..."
545543
or
546544
result = a.(Num).toString()

0 commit comments

Comments
 (0)