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

RFC: fixes python3.10 build of python module - changes to string length in arg parsing #95

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

Conversation

volca02
Copy link
Contributor

@volca02 volca02 commented Dec 13, 2021

https://python.readthedocs.io/en/stable/c-api/arg.html#strings-and-buffers
https://bugs.python.org/issue36381

Recent changes to this made python3.10 build of the python module always fail with non-descriptive error (due to error masking in the argument parsing in ServerProxy constructor).

I'd love to version-guard these changes but for the love of me can't find the version which introduced Py_ssize_t as the valid type to use in these situations. So making this a RFC...

@volca02 volca02 changed the title RFC: fixes python3.10 build of python module not working due to missing de… RFC: fixes python3.10 build of python module - changes to string length in arg parsing Dec 13, 2021
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