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 2021-03-15.19:28:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615836515.08.0.743303243286.issue43503@roundup.psfhosted.org>
In-reply-to
Content
If the stable ABI weren't an issue then we would probably:

* deprecate using the objects directly
* do something like (2a) in the meantime

It may make sense to do that for "#ifndef Py_LIMITED_API", regardless of how we handle the limited API.
History
Date User Action Args
2021-03-15 19:28:35eric.snowsetrecipients: + eric.snow
2021-03-15 19:28:35eric.snowsetmessageid: <1615836515.08.0.743303243286.issue43503@roundup.psfhosted.org>
2021-03-15 19:28:35eric.snowlinkissue43503 messages
2021-03-15 19:28:35eric.snowcreate