Commit 834cc68
committed
Skip __annotations_cache__ in test_iface for Python 3.14 compatibility
Python 3.14 added __annotations_cache__ to MutableSequence, which the
Cython extension class does not implement. Add it to the SKIP_METHODS
set alongside the other CPython internals already skipped there.1 parent 51ea448 commit 834cc68
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments