|
|
|
|
|
by alfalfasprout
2250 days ago
|
|
First off, cool project Naftali! One of the issues that ultimately became more common as Python2 became EOL is that a lot of libraries began to release only wheels for Python 3.x variants. When there's C/C++ extensions this means that even running a compatible fork wouldn't suffice. Do you think it would have been feasible to make wheels compiled against the python 3.x C APIs also compatible with Tauthon? |
|