• Raymond Hettinger's avatar
    Revert 83784 adding functools.lru_cache() to the re module. · fc6f32c2
    Raymond Hettinger authored
    The problem is that the re module is imported by sysconfig
    and re needs functools which uses collections.OrderedDict()
    but the _collectionsmodule.c code is not yet constructed
    at this point in the build.
    
    The likely best solution will be to include _collections
    as part of the static build before the rest of the
    boot-strapping.
    fc6f32c2
NEWS 137 KB