Commit Graph

2 Commits

Author SHA1 Message Date
Victor Shepelev 1706d1a7f3
[DOC] Document Marshal#load parameter freeze: (#5332) 2021-12-24 09:55:09 +01:00
Jean Boussier afcbb501ac marshal.c Marshal.load accepts a freeze: true option.
Fixes [Feature #18148]

When set, all the loaded objects are returned as frozen.

If a proc is provided, it is called with the objects already frozen.
2021-10-05 18:34:56 +02:00