The regex in question causes Python's regex parser to freeze indefinitely in certain Python versions. That might be due to a bug or because the re does infinite backtracking and it just happened to work on earlier implementations.pull/10089/head
parent
7df6c6a728
commit
6ec6e0c9ec
1 changed files with 14 additions and 2 deletions
Loading…
Reference in new issue