Re: [Python-Dev] Status of the Argument Clinic DSL

2016年8月04日 16:43:06 -0700

On Thu, Aug 4, 2016 at 7:12 PM, Larry Hastings <[email protected]> wrote:
> C extension functions get the module passed in automatically, but this is
> done internally and from the Python level you can't see it.
Always something new to learn! This was not so in Python 2.x - self was
passed as NULL to the C module functions. When did this change?
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to