New submission from Éric Araujo <mer...@netwok.org>:

get_compiler_versions uses string regexes to match bytes streams returned by 
subprocess.  The test did not catch this because they mock subprocess output 
with strings in self._exes.

We have to decide whether we propagate the bytes object up (and fix two 
regexes, a comparison and the tests), or to decode the subprocess output to 
strings.

----------
assignee: tarek
components: Distutils2
messages: 137561
nosy: alexis, eric.araujo, tarek
priority: normal
severity: normal
stage: needs patch
status: open
title: Clean up bytes I/O in get_compiler_versions
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12258>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to