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 vstinner
Recipients christian.heimes, pablogsal, vstinner
Date 2021-04-29.16:55:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619715305.37.0.985941677229.issue43974@roundup.psfhosted.org>
In-reply-to
Content
I would prefer to limit the usage of the internal C API in extension modules built as dynamic libraries. See bpo-41111: "[C API] Convert a few stdlib extensions to the limited C API (PEP 384)".

Also, this issue is motived by PR 25653 which requires to use the internal C API in many C extensions. But I proposed a different approach, PR 25710, which prevents that.
History
Date User Action Args
2021-04-29 16:55:05vstinnersetrecipients: + vstinner, christian.heimes, pablogsal
2021-04-29 16:55:05vstinnersetmessageid: <1619715305.37.0.985941677229.issue43974@roundup.psfhosted.org>
2021-04-29 16:55:05vstinnerlinkissue43974 messages
2021-04-29 16:55:05vstinnercreate