Hacker News new | ask | show | jobs
by smcl 1206 days ago
Right this is what I thought - a small number of popular ones, rather than an overall majority across pypi packages
1 comments

In the data science space, which is probably one of the biggest users of Python, an interpreter that doesn't support these is dead in the water.
I think the question is whether it would suffice to port the few most popular native modules to directly use this project's bespoke Rust API instead of the standard CPython API. This'd probably be less work than building a real emulation layer for the CPython API, especially if they don't want to include the GIL. But if Python users need a lot of different native modules and not just a few popular ones, then that won't suffice.