Message227641
Thank you Stefan. I confirm that it hangs with 30-bit digits.
One existing bug is in the use of PyLong_AsLong() before simple Euclidean
loop. It should be PyLong_AsLongLong() if the long is not enough for two
digits. But there is another bug in inner loop... |
|
Date |
User |
Action |
Args |
2014-09-26 17:42:01 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, mark.dickinson, pitrou, scoder, wolma, gladman |
2014-09-26 17:42:01 | serhiy.storchaka | link | issue22486 messages |
2014-09-26 17:42:01 | serhiy.storchaka | create | |
|