Home | History | Annotate | Download | only in test

Lines Matching refs:sre

122         # A regex that triggered a bug in the sre-code validator
550 # old pickles expect the _compile() reconstructor in sre module
551 import_module("sre", deprecated=True)
552 from sre import _compile
817 # depends on the definition of SRE_CODE (see sre.h).