Project

General

Profile

« Previous | Next » 

Revision 730e3b2c

Added by byroot (Jean Boussier) about 1 year ago

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 no
longer be a macro, as it needs to check for chilled strings.