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 christian.heimes
Recipients christian.heimes, pablogsal, vstinner
Date 2021-05-01.11:34:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619868894.53.0.647354543686.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)".

Let's make this a coordinated effort in 3.11. I suggest that we slowly remove functions from Py_BUILD_CORE_MODULE. For now I'm interested to clean up and simplify setup.py.
History
Date User Action Args
2021-05-01 11:34:54christian.heimessetrecipients: + christian.heimes, vstinner, pablogsal
2021-05-01 11:34:54christian.heimessetmessageid: <1619868894.53.0.647354543686.issue43974@roundup.psfhosted.org>
2021-05-01 11:34:54christian.heimeslinkissue43974 messages
2021-05-01 11:34:54christian.heimescreate