| 1 | """Fallback primitive operations that operate on 'object' operands. |
| 2 | |
| 3 | These just call the relevant Python C API function or a thin wrapper |
| 4 | around an API function. Most of these also have faster, specialized |
nothing calls this directly
no test coverage detected