Commit 8831676
committed
Fix channel bindings type signature
Cython 0.22 didn't like that we didn't have the `except NULL`
clause on the `__cvalue__` method in `ChannelBindings` in the
.pxd file. This adds the clause to the .pxd file.1 parent 0e6f3fa commit 8831676
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
0 commit comments