Activity log for bug #702933

Date Who What changed Old value New value Message
2011-01-14 16:17:34 Robert Collins bug added bug
2011-01-14 16:17:47 Robert Collins description 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. 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 intcolumn to catch TypeError and for mpz objects cast to int.