diff options
author | scoder <stefan_ml@behnel.de> | 2023-05-15 22:07:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 22:07:30 +0200 |
commit | dec61cdd222ded6d5f96a635d9c4b0dddcbc4e78 (patch) | |
tree | e6659d13144cf489abdaaf7a23106d8f46f5bf6c /docs/examples/tutorial/cdef_classes/math_function.py | |
parent | 580ceee71fd890b86678ec3c41b6a2b73b18440f (diff) | |
download | cython-dec61cdd222ded6d5f96a635d9c4b0dddcbc4e78.tar.gz |
Custom int128 conversion as a slow fallback (GH-5419)
* Use a custom (although slow) PyLong->cint128 conversion if "_PyLong_AsByteArray()" is missing (in PyPy/Limited API).
* Avoid large integer conversion for enum types (where shift etc. don't work well).
Diffstat (limited to 'docs/examples/tutorial/cdef_classes/math_function.py')
0 files changed, 0 insertions, 0 deletions