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.

classification
Title: cygwinccompiler regular expressions broken
Type: Stage:
Components: Distutils Versions: Python 3.0, Python 3.1, Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: tarek Nosy List: tarek
Priority: critical Keywords:

Created on 2009-07-08 08:15 by tarek, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg90260 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-07-08 08:15
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
msg90442 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-07-12 08:39
done in r73975, r73976
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50687
2009-07-12 08:39:22tareksetstatus: open -> closed

messages: + msg90442
2009-07-12 07:52:47tareksetresolution: accepted
title: cygwincompiler regular expressions broken -> cygwinccompiler regular expressions broken
2009-07-08 08:15:34tarekcreate