[New-bugs-announce] [issue6438] cygwincompiler regular expressions broken

Tarek Ziadé report at bugs.python.org
Wed Jul 8 10:15:35 CEST 2009


New submission from Tarek Ziadé <ziade.tarek at gmail.com>:

The regular expressions used in distutils to build a extension using the
mingw32 compiler are messed up because they try to work with bytes
(since Popen behavior changed) using string patterns.

I have to cleanup these regular expressions before any new 3.x release

----------
assignee: tarek
components: Distutils
messages: 90260
nosy: tarek
priority: critical
severity: normal
status: open
title: cygwincompiler regular expressions broken
versions: Python 3.0, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6438>
_______________________________________


More information about the New-bugs-announce mailing list