Re: PEP 489: Multi-phase extension module initialization; version 5

Antoine Pitrou <[email protected]> Mon, 18 May 2015 16:51:03 +0200
Newsgroups gmane.comp.python.import
Message-ID <20150518165103.34c9ed20@fsol>
Hi,

On Mon, 18 May 2015 16:02:37 +0200
Petr Viktorin <[email protected]> wrote:
> 
> I've sent the latest update of PEP 489 to the editors. I am quite happy
> with how it turned out, and I don't expect too many further changes.

I'm surprised the PEP still mentions PyModule_GetState. Shouldn't it be
discouraged in favour of custom module object fields?

Regards

Antoine.