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 petr.viktorin
Recipients erlendaasland, petr.viktorin, vstinner
Date 2021-04-20.12:07:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618920445.76.0.670499587338.issue43795@roundup.psfhosted.org>
In-reply-to
Content
Thanks for linking to the issues/documentation!

I see that Py_GetArgcArgv it was exported in python3.def (i.e. stable ABI) in bpo-40910, which got backported to 3.9.

And the removal of PyThreadState_DeleteCurrent was reverted: bpo-38266

While we would like to deprecate/remove them in the future, they are now part of the stable ABI.
They are now in internal headers, so I will exclude them from the limited API.
History
Date User Action Args
2021-04-20 12:07:25petr.viktorinsetrecipients: + petr.viktorin, vstinner, erlendaasland
2021-04-20 12:07:25petr.viktorinsetmessageid: <1618920445.76.0.670499587338.issue43795@roundup.psfhosted.org>
2021-04-20 12:07:25petr.viktorinlinkissue43795 messages
2021-04-20 12:07:25petr.viktorincreate