This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Raphaël Riel
Recipients Raphaël Riel, ezio.melotti, mrabarnett
Date 2017-10-11.17:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507742089.28.0.213398074469.issue31759@psf.upfronthosting.co.za>
In-reply-to
Content
Results for my local computer:

```
Attempting test_01
Done in 0.12ms
Attempting test_02
Done in 1.52ms
Attempting test_03
Done in 26.24ms
Attempting test_04
Done in 432.32ms
Attempting test_05
Done in 886.3ms
Attempting test_06
Done in 1757.07ms
Attempting test_07
Done in 3388.92ms
Attempting test_08
Done in 6669.02ms
Attempting test_09
Done in 13088.37ms
Attempting test_10
Done in 26600.23ms
Attempting test_11
Done in 6722.9ms
Attempting test_12
Done in 211192.82ms
Attempting test_13
Done in 6850465.09ms
Attempting test_14
^CTraceback (most recent call last):
  File "/Users/rriel/Desktop/re_backtracking.py", line 26, in <module>
    bad_expression.sub("IN_GROUP", statement)
KeyboardInterrupt
```

Cancelled test_14...
History
Date User Action Args
2017-10-11 17:14:49Raphaël Rielsetrecipients: + Raphaël Riel, ezio.melotti, mrabarnett
2017-10-11 17:14:49Raphaël Rielsetmessageid: <1507742089.28.0.213398074469.issue31759@psf.upfronthosting.co.za>
2017-10-11 17:14:49Raphaël Riellinkissue31759 messages
2017-10-11 17:14:49Raphaël Rielcreate