0b91c9e Fix speed regression in the re module which prevented chromium from building

Authored and Committed by churchyard 2 years ago
    Fix speed regression in the re module which prevented chromium from building
    
    For details, see https://github.com/python/cpython/issues/94675
    
    Backported from upstream 3.11 branch + https://github.com/python/cpython/pull/94685
    
    Needs bootstrap for test_distutils (assert _sre.MAGIC == MAGIC, "SRE module mismatch").
    
        
file modified
+22 -2