Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-19 | Add a delay to key lookup lock release to fix stack overflow | Richard van der Hoff | 1 | -2/+8 | |
A tactical call_later here should fix #5723 | |||||
2019-07-19 | Refactor Keyring._start_key_lookups | Richard van der Hoff | 2 | -80/+35 | |
There's an awful lot of deferreds and dictionaries flying around here. The whole thing can be made much simpler and achieve the same effect. | |||||
2019-07- |