Comment 6 for bug 586556

Revision history for this message
Zooko Wilcox-O'Hearn (zooko) wrote :

> I have a machine doing automated builds of PyCrypto every time a new commit gets pushed to the git repo, and this patch would cause actual build failures to be ignored.

How could a patch which tries to build libgmp and then falls back to pure-Python cause actual build failures to be ignored? You mean that on some machines you want it to *not* fallback to a pure-Python implementation and instead fail if it can't link to libgmp?