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

DM-46172: Enable linux_aarch64 #71

Merged
merged 2 commits into from
Sep 10, 2024
Merged

DM-46172: Enable linux_aarch64 #71

merged 2 commits into from
Sep 10, 2024

Conversation

mwittgen
Copy link
Contributor

@mwittgen mwittgen commented Sep 6, 2024

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@mwittgen mwittgen force-pushed the tickets/DM-46172 branch 2 times, most recently from e38d593 to eae6997 Compare September 6, 2024 21:07
# pybind11 maps C++ integers to Python long instances in Python 2.
self.assertEqual(str(s), "[(1L, 10L)]")
self.assertEqual(repr(s), "RangeSet([(1L, 10L)])")
self.assertEqual(str(s), "[(1, 10)]")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fix ruff error and remove python2 code.

@mwittgen mwittgen requested review from roceb and timj September 9, 2024 01:47
@mwittgen mwittgen merged commit 1a997c3 into main Sep 10, 2024
17 checks passed
@mwittgen mwittgen deleted the tickets/DM-46172 branch September 10, 2024 05:25
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