зеркало из https://github.com/github/ruby.git
cgi/escape is ractor-safe
This commit is contained in:
Родитель
3621380046
Коммит
c1461c927b
|
@ -388,6 +388,10 @@ cgiesc_unescape(int argc, VALUE *argv, VALUE self)
|
|||
void
|
||||
Init_escape(void)
|
||||
{
|
||||
#if HAVE_RB_EXT_RACTOR_SAFE
|
||||
rb_ext_ractor_safe(true);
|
||||
#endif
|
||||
|
||||
id_accept_charset = rb_intern_const("@@accept_charset");
|
||||
InitVM(escape);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче