Skip to content

Conversation

@radarhere
Copy link
Member

Pillow/src/path.c

Lines 44 to 48 in c9eb14e

typedef struct {
PyObject_HEAD Py_ssize_t count;
double *xy;
int index; /* temporary use, e.g. in decimate */
} PyPathObject;

index has been unused since PIL. I have no idea what 'decimate' is.

@hugovk hugovk added the automerge Automatically merge PRs that are ready label Sep 13, 2024
@mergify mergify bot merged commit 8d2bffe into python-pillow:main Sep 13, 2024
@radarhere radarhere deleted the path_unused branch September 13, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge PRs that are ready Cleanup

2 participants