Skip to content

[mypyc] Try to fix mypy mac build failure on Python 3.5 on Travis #9508

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

Merged
merged 2 commits into from
Sep 30, 2020

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Sep 30, 2020

We may be building a mixed 32/64-bit binary, so restrict the maximum integer
literal to what's supported on a 32-bit platform, since the same C code
needs to compile on both 32-bit and 64-bit architectures.

This will make some slicing operations a bit slower in 32/64-bit mode
(Python 3.5 on mac only).

Work on #9500.

We may be building a mixed 32/64-bit binary, so restrict the maximum integer
literal to what's supported on a 32-bit platform, since the same C code
needs to compile on both 32-bit and 64-bit architectures.

This will make some slicing operations a bit slower in 32/64-bit mode
(Python 3.5 on mac).
@JukkaL JukkaL merged commit be1a005 into master Sep 30, 2020
@JukkaL JukkaL deleted the mac-3.5-build branch September 30, 2020 10:57
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.

2 participants