fix issue with pysvp64dis.py load() reading from stdin
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 10 Sep 2022 23:54:29 +0000 (00:54 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 10 Sep 2022 23:54:29 +0000 (00:54 +0100)
commit2ff083fd71e9526dfdc5f326649d370a1b0d8754
treebe6d2240e25ff7a8bca3162e9945ebc6d3cfa73d
parent677911f3b9690c99a8bd0c90c17b21a3594853b2
fix issue with pysvp64dis.py load() reading from stdin
take a copy of the input and allow "seek()" on the copy (BytesIO)
src/openpower/sv/trans/pysvp64dis.py