Few months ago I've experimented with durable_rules (tried to remove threading dependency and convert it to async) and encountered segfaults on some actions. Tested it today with both latest pip version and fresh git pull, still the same result:
$ pip install durable_rules
Collecting durable_rules
Downloading durable_rules-0.33.111.tar.gz ....
[...]
$ python
Python 3.5.3 (default, May 5 2017, 10:33:46)
[GCC 4.9.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import rules
>>> rules.delete_client(1)
Segmentation fault
Few months ago I've experimented with durable_rules (tried to remove threading dependency and convert it to async) and encountered segfaults on some actions. Tested it today with both latest pip version and fresh git pull, still the same result: