mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
The subprocess handling on Windows requires bytes-like objects rather than strings. Ensure that we don't convert on Windows.
The subprocess handling on Windows requires bytes-like objects rather than strings. Ensure that we don't convert on Windows.