Comment 2 for bug 402978

Revision history for this message
anatoly techtonik (techtonik) wrote : Re: no more Python pure

I can't install it on windows, because it requires some code to be compiled from C sources (i.e. no Python pure).

It may depend on any C code from standard library, because it is already compiled, installed, running and is part of the Python. If it doesn't require anything else than the thing called "Python" to be installed on my machine - then I call it "Python pure" library. It it requires some code to be specifically compiled on my system (and it doesn't matter if the code is its own, or some complicated library) - then it is not Python pure solution.