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 georg.brandl
Recipients brian.curtin, eric.araujo, georg.brandl, mhammond, tarek, techtonik
Date 2010-07-12.08:52:07
SpamBayes Score 0.036143597
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Did you test that patch? ISTM that it contains a syntax error:

+        if not self.distribution.has_ext_modules()
+            and not self.distribution.has_c_libraries():
History
Date User Action Args
2010-07-12 08:52:08georg.brandlsetrecipients: + georg.brandl, mhammond, techtonik, tarek, eric.araujo, brian.curtin
2010-07-12 08:52:08georg.brandlsetmessageid: <[email protected]>
2010-07-12 08:52:07georg.brandllinkissue8954 messages
2010-07-12 08:52:07georg.brandlcreate