Skip to content

32 bit support #1952

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 4 commits into from
Jun 7, 2020
Merged

32 bit support #1952

merged 4 commits into from
Jun 7, 2020

Conversation

coolreader18
Copy link
Member

@coolreader18 coolreader18 commented Jun 2, 2020

I fixed a compile error and then a few tests that depended on oom-catching.

cc @aurelien-m

@coolreader18
Copy link
Member Author

I was fixing one sequence issue, and I sorta just went all out on fixing other stuff that I'd been bothered by for a while ¯\_(ツ)_/¯

@@ -321,6 +321,7 @@ def test_repeat(self):
self.assertEqual(self.type2test(s)*(-4), self.type2test([]))
self.assertEqual(id(s), id(s*1))

@unittest.skip("TODO: RUSTPYTHON")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this 32bit specific issue, adding 32bit note with RUSTPYTHON would be helpful

@montmejat
Copy link

Thanks for looking into this :)
Seems to work perfectly on my Raspberry Pi running on Raspbian (or called Raspberry Pi OS now) 32bit!

@coolreader18 coolreader18 force-pushed the coolreader18/32bit-support branch from 7bf19df to 2fc90e1 Compare June 6, 2020 22:15
@coolreader18 coolreader18 merged commit babaeba into master Jun 7, 2020
@coolreader18 coolreader18 deleted the coolreader18/32bit-support branch June 7, 2020 02:03
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.

3 participants