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
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
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
[
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
__