-
Notifications
You must be signed in to change notification settings - Fork 16
DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats #13
Comments
The meaning of PY_SSIZE_T_CLEAN is described in https://python.readthedocs.io/en/stable/c-api/arg.html#strings-and-buffers. |
To fix this issue define PY_SSIZE_T_CLEAN before including python.h:
You will also need to change the type passed to |
I'm not using this library at the moment, feel free to submit a PR. |
@samuelcolvin review the PR please and publish new version. |
Thanks, I'll look at soon as I can. |
Hello! dude! Looks like I need to switch to another diff library, you forgot about your project. It doesn't work starting from Python 3.10 because of current issue. |
Hi "dude", no I didn't forget about my project. I have a baby, am CTO of a PLC and maintain numerous open soccer projects. I don't have time to review, merge and deploy every pull request quickly. By all means use another library. |
Understandable, have a nice day |
@samuelcolvin transfer ownership of the repository and pip project to me please if you don't want to maintain it. 30 days passed... My jabber: vadimszzz[at]xmpp.is. |
Running
results in
View this issue for details: python-pillow/Pillow#3750
Please update code to remove warnings
The text was updated successfully, but these errors were encountered: