- Working with Python arrays — Cython 3.0a5 documentation
longest[start]
- cdef list longest, long start
__Pyx_GetItemInt_List(__pyx_cur_scope->__pyx_v_longest, __pyx_cur_scope->__pyx_v_start, long, 1, __Pyx_PyInt_From_long, 1, 1, 1);
$ cython -a -3 g_cython.pyx
$ cython -3 --embed ./g_cython.pyx
This page is auto-translated from /nishio/Cython using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I’m very happy to spread my thought to non-Japanese readers.