diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-03-26 02:20:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-03-26 02:20:52 +0000 |
commit | 3935f2ae6e315e4e163e9891fe5d50ae606827ac (patch) | |
tree | cd06163e1bdef374ac4366a75a8e49450d7b538f /ChangeLog | |
parent | 1dd527012b5da0f7d84986a201c3b7f834adef78 (diff) | |
download | ruby-3935f2ae6e315e4e163e9891fe5d50ae606827ac.tar.gz |
marshal.c: undumpable hidden objects
* marshal.c (w_object): internal objects are not dumpable.
[ruby-core:61677] [Bug #9674]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Wed Mar 26 11:20:24 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> +Wed Mar 26 11:20:50 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * marshal.c (w_object): internal objects are not dumpable. + [ruby-core:61677] [Bug #9674] * ext/thread/thread.c (undumpable): ConditionVariable and Queue are not dumpable. [ruby-core:61677] [Bug #9674] |