Remove some Python 3 #ifs
authorTom Tromey <tromey@adacore.com>
Tue, 5 Mar 2019 21:58:24 +0000 (14:58 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 5 Mar 2019 22:01:59 +0000 (15:01 -0700)
commitea38e5df7707949c20a92004f0f66efb4a9ff2a5
tree3f1984782c941ea7d6fadcaf57d97761eb4c90c6
parent06b5b831a09417bac37b44599dc35d4b904700c5
Remove some Python 3 #ifs

A recent patch from Kevin Buettner taught me that the PyBytes API is
available on Python 2.  This patch removes a couple of related #ifs in
the Python code.

Tested on x86-64 Fedora 29, using both Python 3.7 and Python 2.7.

gdb/ChangeLog
2019-03-05  Tom Tromey  <tromey@adacore.com>

* python/py-prettyprint.c (print_string_repr): Remove #if.
* python/py-utils.c (unicode_to_encoded_string): Remove #if.
gdb/ChangeLog
gdb/python/py-prettyprint.c
gdb/python/py-utils.c