[New-bugs-announce] [issue46773] Add a Private API for Looking Up Global Objects

Eric Snow report at bugs.python.org
Wed Feb 16 13:34:50 EST 2022


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

We need this to statically initialize PyArg_Parser.kwtuple.  (See bpo-46772.)

For now this will be a "private" API (leading underscore).  Ultimately, we'll want a Public API, so we can eventually stop exposing *any* objects as symbols in the C-API.  However, that will need a PEP.

----------
assignee: eric.snow
components: Interpreter Core
messages: 413352
nosy: eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Add a Private API for Looking Up Global Objects
versions: Python 3.11

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


More information about the New-bugs-announce mailing list