From: Bill Kelly Date: 2018-01-20T22:48:40-08:00 Subject: [ruby-core:84955] Re: [Ruby trunk Bug#14378] On windows, RUBY_FIXNUM_MAX of 64 bits ruby is 32 bits a mere data point: (cygwin-64 ruby includes the full 64-bit Fixnum) >> RUBY_VERSION => "2.2.5" >> `uname -om` => "x86_64 Cygwin\n" >> (1<<61).class => Fixnum >> (1<<62).class => Bignum Unsubscribe: