Skip to content

Arg format: use right format for s##76

Open
GwendalRaoul wants to merge 1 commit intoSkypLabs:developfrom
GwendalRaoul:fix/wrong_c_type
Open

Arg format: use right format for s##76
GwendalRaoul wants to merge 1 commit intoSkypLabs:developfrom
GwendalRaoul:fix/wrong_c_type

Conversation

@GwendalRaoul
Copy link
Copy Markdown

s# requires Py_ssize_t for the length. Using an unsigned int results in a corrupted stack on 64bits arch.

It was mentioned in #55

s# requires Py_ssize_t for the length. Using an unsigned int results
in a corrupted stack on 64bits arch.

It was mentioned in SkypLabs#55
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