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 pitrou
Recipients brett.cannon, pitrou, r.david.murray
Date 2011-02-10.20:05:58
SpamBayes Score 2.0431742e-06
Marked as misclassified No
Message-id <1297368355.3719.12.camel@localhost.localdomain>
In-reply-to <1297367652.69.0.548885750347.issue10966@psf.upfronthosting.co.za>
Content
> Well, ctypes failing because it cannot compile is only when a platform
> that is not listed as optional cannot import it. So if some platform
> does not support ctypes then it gets added to the list, end of story.

How do you add "llvm under darwin" (or any similar case, e.g. "Sun CC
under Solaris") to that list of platforms?
History
Date User Action Args
2011-02-10 20:05:59pitrousetrecipients: + pitrou, brett.cannon, r.david.murray
2011-02-10 20:05:58pitroulinkissue10966 messages
2011-02-10 20:05:58pitroucreate