-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Open
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtopic-C-APItopic-XMLtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
In #141259, I provide a recipe for checking compatibility of the Expat API with the one that was linked for Python. However, the recipe is quite complex and I think we should provide a minimal function that checks the simple compatibility (magic number, Expat versions and structure size).
The idea is that consumers call this function but they should set the exception themselves because they might want to have other checks that are only compatible afterwards. We can also expose it as a private unstable function in case we need to change it later.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
Linked PRs
Metadata
Metadata
Assignees
Labels
extension-modulesC modules in the Modules dirC modules in the Modules dirtopic-C-APItopic-XMLtype-featureA feature request or enhancementA feature request or enhancement