summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mpz.py
Commit message (Collapse)AuthorAgeFilesLines
* There is no TestError, use TestFailed appropriatelyNeal Norwitz2002-04-011-1/+1
|
* Get rid of all METH_OLDARGS & PyArg_Parse.Neal Norwitz2002-04-011-0/+90
Fix floating point exception if mpz.powm(10, 1, 0) (modulus == 0). Add a test.