Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Abi3 #317

Closed
wants to merge 12 commits into from
Closed

Python Abi3 #317

wants to merge 12 commits into from

Conversation

TingDaoK
Copy link
Contributor

@TingDaoK TingDaoK commented Oct 7, 2021

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@nateprewitt nateprewitt mentioned this pull request Oct 27, 2021
@TingDaoK TingDaoK marked this pull request as ready for review March 22, 2022 20:00
@TingDaoK
Copy link
Contributor Author

TO support ABI3, we need to remove all those function we used that is NOT part of the limited api. Comparing to the complexity it will have to just add the new version of python to our pipeline seems not really worth.

More importantly, as we can see from the performance related limitation with the stable ABI here, which makes us more concerning about supporting abi3.

Closing the PR for now, maybe later when Python introduces a version that will ensure stable ABI and no performance impact after that, we can pick that version.

@TingDaoK TingDaoK closed this Apr 14, 2022
@TingDaoK TingDaoK reopened this Apr 19, 2022
@jmklix jmklix added the needs-review This issue or pull request needs review from a core team member. label Jul 6, 2023
@TingDaoK
Copy link
Contributor Author

TingDaoK commented Jul 6, 2023

It's supported from #479

@TingDaoK TingDaoK closed this Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review This issue or pull request needs review from a core team member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants