[New-bugs-announce] [issue38787] PEP 573: Module State Access from C Extension Methods

Marcel Plch report at bugs.python.org
Wed Nov 13 09:30:40 EST 2019


New submission from Marcel Plch <mplch at redhat.com>:

Currently, there is not way to access per-module state from the methods of types defined in extension modules.

This PEP provides a fix to this issue.

PEP 573 - https://www.python.org/dev/peps/pep-0573/

Reference implementation - https://github.com/Dormouse759/cpython/tree/pep-c-rebase_newer

----------
components: Extension Modules
messages: 356533
nosy: Dormouse759, ncoghlan, petr.viktorin, scoder, terry.reedy
priority: normal
severity: normal
status: open
title: PEP 573: Module State Access from C Extension Methods
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38787>
_______________________________________


More information about the New-bugs-announce mailing list