Lihu Ben-Ezri-Ravin
Lihu Ben-Ezri-Ravin
This patch fixes what I consider to be unexpected behavior: *Steps to reproduce* ``` import time import backoff @backoff.on_exception(backoff.constant, RuntimeError, jitter=None, max_time=1) def foo(): print("Running") time.sleep(2) raise def real_time(): start...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description When parsing comma-separated lists of regular expressions in...
### Bug description Since pylint splits on commas in this option, instead of taking a list of strings, if there are any commas in the regular expression, the result is...
Potentially related to #2615. Not sure if these would both be fixed by the same patch, so I'm making a new issue. ### Is your feature request related to a...