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

[WIP] Use PyUnicode_Export() and PyUnicode_Import() #451

Closed
wants to merge 1 commit into from

Conversation

vstinner
Copy link

Use PyUnicode_Export() and PyUnicode_Import() functions of Python 3.14 limited C API to be able to use the stable ABI for the C speedup extension.

Use PyUnicode_Export() and PyUnicode_Import() functions of Python
3.14 limited C API to be able to use the stable ABI for the C speedup
extension.
@vstinner
Copy link
Author

PR created to see how MarkupSafe can use the new PyUnicode_Export() and PyUnicode_Import() functions which are currently being discussed at:

@vstinner
Copy link
Author

cc @davidism

@davidism
Copy link
Member

davidism commented Oct 6, 2024

Thanks for the demonstration. I'm going to close this for now while that discussion is ongoing. I can revisit it later if it makes it into Python 3.14.

@davidism davidism closed this Oct 6, 2024
@vstinner vstinner deleted the export branch October 6, 2024 20:03
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants