[Cython] Cython project homepage update

2012-05-12 Thread Stefan Behnel
Hi, I added a "power point" list section to the top of the Cython homepage that aims to push readers into the main selling points of Cython. Please take a look and tell me if I missed anything. http://cython.org/ While checking the links, I just noticed that the NumPy wiki section on extending

Re: [Cython] CEP 1001 - Custom PyTypeObject extensions

2012-05-12 Thread Nathaniel Smith
On Fri, May 11, 2012 at 2:25 PM, Dag Sverre Seljebotn wrote: > This comes from a refactor of the work on CEP 1000: A PEP proposal, with a > hack for use in current Python versions and in the case of PEP rejection, > that allows 3rd party libraries to agree on extensions to PyTypeObject. > > http:/