Stop exposing rb_str_chilled_p
rb_str_chilled_p
[Feature #20205]
Now that chilled strings no longer appear as frozen, there is no need to offer an API to check for chilled strings.
We however need to change rb_check_frozen_internal to no longer be a macro, as it needs to check for chilled strings.
rb_check_frozen_internal
Stop exposing
rb_str_chilled_p
[Feature #20205]
Now that chilled strings no longer appear as frozen, there is no
need to offer an API to check for chilled strings.
We however need to change
rb_check_frozen_internal
to nolonger be a macro, as it needs to check for chilled strings.