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

python3-sys: port Py_3_12 changes from pyo3-ffi #295

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

quark-zju
Copy link
Contributor

@quark-zju quark-zju commented May 19, 2024

I looked at all Py_3_12 changes in pyo3-ffi/src/cpython and ported them back. Functions, structs, and fields in the code object not already defined in python3-sys are ignored. For PyUnicode_READY, I kept a dummy version so the cpython crate does not need change.

Fixes #294 and facebook/sapling#895

I looked at all Py_3_12 changes in pyo3-ffi/src/cpython and ported them
back. Functions, structs, and fields in the code object not already
defined in python3-sys are ignored. For PyUnicode_READY, I kept a dummy
version so the cpython crate does not need change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.12 support
1 participant