You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having an x86_64 Linux binary hanging around in your source, maybe it would be better to compile it at build time. There are other architectures out there, you know.
It would be preferable if there were no C code in this Python module at all, because the built package could be architecture independent.
The text was updated successfully, but these errors were encountered:
agreed. this seems to converge towards #790 as well: there should be just one layout module, and I personally think it should be the python version, not the C stub.
(or, if it's a C stub, it should be a pyx stub. :)
Instead of having an x86_64 Linux binary hanging around in your source, maybe it would be better to compile it at build time. There are other architectures out there, you know.
It would be preferable if there were no C code in this Python module at all, because the built package could be architecture independent.
The text was updated successfully, but these errors were encountered: