Re: [Python-Dev] PEP 573 -- Module State Access from C Extension Methods

2018-04-24 Thread Marcel Plch
If PEP 575's new call doesn't have any surprising restrictions, I think that completely dropping METH_METHOD would be the best way of resolving this. I suggest we push PEP 575 first and if it gets accepted, I will rebase PEP 573 to these changes. On Tue, Apr 24, 2018 at 4:34 PM, Jeroen Demeyer wr

[Python-Dev] PEP 573 -- Module State Access from C Extension Methods

2018-04-23 Thread Marcel Plch
ossible to remove eiher the flag or one of the two pointers, if we agree on the other mechanics in the PEP . === PEP: 573 Title: Module State Access from C Extension Methods Version: $Revision$ Last-Modified: $Date$ Author: Petr Viktorin , Nick Coghlan , Eric Snow ,