Re: [Python-Dev] C ABI and #ifndef Py_LIMITED_API

2015-01-23 Thread Nick Coghlan
On 15 January 2015 at 02:24, Ethan Furman wrote: > On 01/14/2015 12:13 AM, Georg Brandl wrote: >> On 01/14/2015 08:32 AM, Ethan Furman wrote: >>> >>> In the CPython source code I see >>> >>> #ifndef Py_LIMITED_API >>> >>> Is there a section in the docs that explains the purpose? If not, can >>> s

Re: [Python-Dev] C ABI and #ifndef Py_LIMITED_API

2015-01-14 Thread Ethan Furman
On 01/14/2015 12:13 AM, Georg Brandl wrote: > On 01/14/2015 08:32 AM, Ethan Furman wrote: >> >> In the CPython source code I see >> >> #ifndef Py_LIMITED_API >> >> Is there a section in the docs that explains the purpose? If not, can >> someone give me the cliff notes version? > > PEP 384, and in

Re: [Python-Dev] C ABI and #ifndef Py_LIMITED_API

2015-01-14 Thread Georg Brandl
On 01/14/2015 08:32 AM, Ethan Furman wrote: > In the CPython source code I see > > #ifndef Py_LIMITED_API > > Is there a section in the docs that explains the purpose? If not, can > someone give me the cliff notes version? PEP 384, and in particular [1] should get you started. cheers, Georg [

[Python-Dev] C ABI and #ifndef Py_LIMITED_API

2015-01-13 Thread Ethan Furman
In the CPython source code I see #ifndef Py_LIMITED_API Is there a section in the docs that explains the purpose? If not, can someone give me the cliff notes version? Many thanks. -- ~Ethan~ signature.asc Description: OpenPGP digital signature __