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

ffi: update modsupport.rs for Python 3.13 #4420

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

davidhewitt
Copy link
Member

Partially split from #4379

This updates modsupport.rs by removing private symbols and at the same time synchronising to Python 3.13. The only actual API change is the use of *const *const char instead of *mut *mut char in PyArg_ParseTupleAndKeywords, came from python/cpython#105958

@davidhewitt
Copy link
Member Author

Will proceed to merge this as a mechanical ffi cleanup

@davidhewitt davidhewitt added this pull request to the merge queue Aug 8, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 8, 2024
@davidhewitt davidhewitt added this pull request to the merge queue Aug 9, 2024
Merged via the queue into PyO3:main with commit 26d2883 Aug 10, 2024
42 checks passed
@davidhewitt davidhewitt deleted the parse-tuple-const branch August 10, 2024 00:19
davidhewitt added a commit that referenced this pull request Sep 3, 2024
davidhewitt added a commit that referenced this pull request Sep 3, 2024
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.

1 participant