Skip to content

Conversation

@msimacek
Copy link
Contributor

Add change of tags.py from pypa/packaging#711. It is necessary to get correct tags on GraalPy, because GraalPy has lower sys.maxsize on 64-bit due to JVM limitations.

On the JVM sys.maxsize is 2**31-1 because Java arrays can be indexed
only with 32-bit indices also on 64bit platforms. Fix this by using
the same default implementation as found in stdlib platform module and
implemented in packaging.
@dnicolodi dnicolodi merged commit 615f6b0 into mesonbuild:main Oct 6, 2024
39 checks passed
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