Project

General

Profile

« Previous | Next » 

Revision 97994c77

Added by Luke Gruber 7 days ago

Only use regex internal reg_cache when in main ractor

Using this reg_cache is racy across ractors, so don't use it when in a
ractor. Also, its use across ractors can cause a regular expression created
in 1 ractor to be used in another ractor (an isolation bug).