Project

General

Profile

Actions

Backport #2275

closed

Please backport r22308 from trunk to branches/ruby_1_9_1: hash.c’s rb_hash() always returning a Fixnum

Added by shot (Piotr Szotkowski) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
[ruby-core:26311]

Description

=begin
$ ruby -rset -ve 'p Set[2305860601668175887].hash == Set[2305860601668175887].hash'
ruby 1.9.1p243 (2009-07-16 revision 24175) [x86_64-linux]
false

While current branches/ruby_1_9_1 + r22308:

$ ruby -rset -ve 'p Set[2305860601668175887].hash == Set[2305860601668175887].hash'
ruby 1.9.1p291 (2009-10-25) [x86_64-linux]
true
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0