Message 84293 - Python tracker (original) (raw)

Message84293

Author georg.brandl
Recipients georg.brandl, tarek
Date 2009-03-28.00:42:39
SpamBayes Score 0.00095555617
Marked as misclassified No
Message-id 1238200962.29.0.771243104654.issue5583@psf.upfronthosting.co.za
In-reply-to
Content
Adds a new kwarg to the Extension constructor that does what Python's own /setup.py does to ignore build failure in an extension with a warning. I'm not sure if that's everything that's needed, but it seems to work in a simple test case.
History
Date User Action Args
2009-03-28 00:42:42 georg.brandl set recipients: + georg.brandl, tarek
2009-03-28 00:42:42 georg.brandl set messageid: 1238200962.29.0.771243104654.issue5583@psf.upfronthosting.co.za
2009-03-28 00:42:40 georg.brandl link issue5583 messages
2009-03-28 00:42:40 georg.brandl create