You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, regexes where being pickled in generated code, which makes
it more difficult to understand and debug.
To improve this situation, this change proposes reconstructing the call
to the `re.compile` function.
0 commit comments