93
93
"""Restore the original function to re.compile().
95
95
It is safe to call reset_compile() multiple times, it will always
96
96
restore re.compile() to the value that existed at import time.
97
97
Though the first call will reset back to the original (it doesn't