Comment on The first stable release of PyPy3parentComments−dragonwriter12yThe second you need a C extension, you're pretty much out of luck.In theory, shouldn't CFFI be the foundation of the solution to that problem?−tych012yIn practice it works pretty well. I am nearing completion of a rewrite of X's XCB-based python bindings in cffi, and it has worked out quite nicely.−rguillebert12yyes
Comments
In theory, shouldn't CFFI be the foundation of the solution to that problem?
In practice it works pretty well. I am nearing completion of a rewrite of X's XCB-based python bindings in cffi, and it has worked out quite nicely.
yes