[Python-Dev] Making PyInterpreterState an opaque type

Steve Dower steve.dower at python.org
Tue Feb 19 15:41:31 EST 2019


On 19Feb2019 1141, Barry Warsaw wrote:
> Steve Dower wrote on 2/16/19 14:34:>
>> This is mostly about being able to assign blame when things break, so
>> I'm totally okay with extension modules that want to play with internals
>> declaring Py_BUILD_CORE to get access to them (though I suspect that
>> won't work out of the box - maybe we should have a
>> Py_I_TOO_LIKE_TO_LIVE_DANGEROUSLY?).
> 
> Let's call it Py_POINTED_STICK of course!
> 
> http://www.montypython.net/scripts/fruit.php

+1, and instead of "using the internal API" we can call it "coming at 
CPython with a banana" :D

Cheers,
Steve


More information about the Python-Dev mailing list