Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Use Py_ssize_t type #89

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

Conversation

stevenpackardblp
Copy link

Python 3.10 requires that the Py_ssize_t type is used for string lengths instead of int.
Closes #88.

By submitting a request, you represent that you have the right to license
your contribution to Apple and the community, and agree that your
contributions are licensed under the Apache License Version 2.0.

For existing files modified by your request, you represent that you have
retained any existing copyright notices and licensing terms. For each new
file in your request, you represent that you have added to the file a
copyright notice (including the year and the copyright owner's name) and the
Calendar and Contacts Server's licensing terms.

Before submitting the request, please make sure that your request follows
the Calendar and Contacts Server's guidelines for contributing
code
.

Python 3.10 requires that the `Py_ssize_t` type is used for string lengths instead of `int`.
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.

SystemError thrown with Python 3.10
1 participant