3,7d2 < # NOTE: this file is taken from the Python source distribution < # It can be found under Tools/gdb/libpython.py. It is shipped with Cython < # because it's not installed as a python module, and because changes are only < # merged into new python versions (v3.2+). < 30c25 < ["foo", "bar", "baz"] --- > [b"foo", b"bar", b"baz"] 1857a1853 > os.remove(filename)