| 1 | """Python implementations of some algorithms for use by longobject.c. |
| 2 | The goal is to provide asymptotically faster algorithms that can be |
| 3 | used for operations on integers with many digits. In those cases, the |
| 4 | performance overhead of the Python implementation is not significant |
nothing calls this directly
no test coverage detected