8 ms·
As others have said, this has been supported since the limited/stable APIs were introduced. What this adds is a way of implementing a Python extension that can
by filmor 2y ago
As others have said, this has been supported since the limited/stable APIs were introduced. What this adds is a way of implementing a Python extension that can be loaded in (not just compiled for, which is already an improvement!) different Python implementations, namely CPython, Pypy and GraalVM.