This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, tarek
Date 2011-06-03.17:14:41
SpamBayes Score 0.0013133502
Marked as misclassified No
Message-id <1307121282.55.0.132082573387.issue12258@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-03 17:14:42eric.araujosetrecipients: + eric.araujo, tarek, alexis
2011-06-03 17:14:42eric.araujosetmessageid: <1307121282.55.0.132082573387.issue12258@psf.upfronthosting.co.za>
2011-06-03 17:14:41eric.araujolinkissue12258 messages
2011-06-03 17:14:41eric.araujocreate