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

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

2018-04-23 Thread Marcel Plch
k Coghlan <ncogh...@gmail.com>, Eric Snow <ericsnowcurren...@gmail.com>, Marcel Plch <gmarcel.p...@gmail.com> Discussions-To: import-...@python.org Status: Active Type: Process Content-Type: text/x-rst Created: 02-Jun-2016 Python-Version: 3.8 Post-History: Abstract ==