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 <1278924728.7.0.177444469374.issue8954@psf.upfronthosting.co.za>
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: <1278924728.7.0.177444469374.issue8954@psf.upfronthosting.co.za>
2010-07-12 08:52:07georg.brandllinkissue8954 messages
2010-07-12 08:52:07georg.brandlcreate