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.
Created on 2015-08-20 22:18 by jftuga, last changed 2022-04-11 14:58 by admin.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
difflib-diff.patch | jftuga, 2015-08-20 22:18 | Adds timeout feature to difflib SequenceMatcher ratio() and quick_ratio() |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:20 | admin | set | github: 69092 |
2022-02-07 13:36:55 | vstinner | set | nosy:
- vstinner |
2022-02-07 08:22:58 | gregory.p.smith | set | nosy:
+ gregory.p.smith title: Patch: add timeout to difflib SequenceMatcher ratio() and quick_ratio() -> Provide a way for potentially long runtime difflib algorithms to be aborted by the caller (and report progress?) messages: + msg412718 stage: needs patch |
2015-08-20 23:08:06 | rbcollins | set | nosy:
+ rbcollins messages: + msg248922 |
2015-08-20 22:47:37 | rhettinger | set | nosy:
+ tim.peters |
2015-08-20 22:47:20 | rhettinger | set | nosy:
+ rhettinger messages: + msg248921 |
2015-08-20 22:39:52 | vstinner | set | nosy:
+ vstinner messages: + msg248920 |
2015-08-20 22:18:07 | jftuga | create |