This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients eric.snow
Date 2022-02-16.18:34:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645036490.54.0.531825126178.issue46773@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-16 18:34:50eric.snowsetrecipients: + eric.snow
2022-02-16 18:34:50eric.snowsetmessageid: <1645036490.54.0.531825126178.issue46773@roundup.psfhosted.org>
2022-02-16 18:34:50eric.snowlinkissue46773 messages
2022-02-16 18:34:50eric.snowcreate