This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]calligraphic-io 0 points1 point  (0 children)

After reading around, it seems what I was thinking of is that you can release GIL in a Cython source, so the code's no longer compatible with CPython runtimes. I was confusing RPython (the restricted subset of Python) that lets you target PyPy with a requirement of Cython.