Comment 0 for bug 702933

Revision history for this message
Robert Collins (lifeless) wrote :

this occurs if using gmpy - e.g.
tableinstance.intcolumn = pow(mpz(9),mpz(10))

We ran into this when conch installed a __builtin__.pow() that casts into mpz.

I think it would be reasonable for incolumn to catch TypeError and for mpz objects cast to int.