graphene icon indicating copy to clipboard operation
graphene copied to clipboard

Increased MAX_INT and MIN_INT to +(2^53 - 1) and -(2^53 - 1)

Open jackton1 opened this issue 4 years ago • 0 comments
trafficstars

Seems the comment uses the MAX_SAFE_INTEGER which should be 2^53 - 1 instead of 2^32 - 1.

https://github.com/graphql/graphql-spec/issues/73

This might be platform dependent so switching to use sys.maxsize might be an alternative.

@syrusakbary

jackton1 avatar Sep 27 '21 16:09 jackton1