hash.c: copied identhash

* hash.c (rb_hash_initialize_copy): copy st_table type even if empty.
  [ruby-core:56256] [Bug #8703]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-07-29 07:48:41 +00:00
parent c74ad1bcd4
commit ac82a1b205

View File

@ -1,3 +1,8 @@
Mon Jul 29 16:48:38 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* hash.c (rb_hash_initialize_copy): copy st_table type even if empty.
[ruby-core:56256] [Bug #8703]
Mon Jul 29 16:34:29 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* hash.c (rb_hash_initialize_copy): clear old table before copy new