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

Fix 32-bit build compat for Pythran #3032

Merged

Conversation

serge-sans-paille
Copy link
Contributor

Pythran assumes shapes are shapes of long, whatever the underlying
architecture.

Pythran assumes shapes are shapes of long, whatever the underlying
architecture.
@serge-sans-paille
Copy link
Contributor Author

I know that py_ssize_t (or ssize_t) is probably better for size, but that's how pythran is implemented right now, choosing the path of minimum friction.

@scoder
Copy link
Contributor

scoder commented Jul 5, 2019

Is this safe for a bug-fix point release?

@scoder scoder added this to the 0.29.12 milestone Jul 5, 2019
@serge-sans-paille
Copy link
Contributor Author

serge-sans-paille commented Jul 5, 2019 via email

@scoder scoder merged commit 3bb6315 into cython:master Jul 7, 2019
scoder pushed a commit that referenced this pull request Jul 7, 2019
Pythran assumes shapes are shapes of long, whatever the underlying
architecture.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants