Actions
Bug #15241
closednet/pop fix to use mutable strings was too eager
Bug #15241: net/pop fix to use mutable strings was too eager
Description
See [[https://github.com/ruby/ruby/commit/3993fbb5f6bfdae0bce040988d7e2dd632247cdc#commitcomment-30987842|this thread on Github]]. I believe the changes made in Backport #14416 for 2.5.2 (on both trunk and 2.5.x) over-eagerly applied mutability to literal strings. In particular, the strings returned by inspect have no real need to be mutable as far as I can tell.
Actions