Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't cover the fallback branch. | Omer Katz | 2018-05-20 | 1 | -1/+1 |
| | |||||
* | Dispatch a blinker signal on scope change, instead of raising a warning | David Baumgold | 2014-10-05 | 1 | -0/+41 |
See https://github.com/idan/oauthlib/pull/265 for rationale. In brief: raising any exception blows the stack, which is inappropriate for a non-error state. |