Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[QOLSVC-3186] fix equality assertions for compiled patterns
- Py2 doesn't necessarily give the same object when compiling the same pattern twice, so we need to compare the raw patterns instead of the compiled ones
- Loading branch information