Message366113
> when I moved to testing on non-trivial graphs, I immediately had
> Out of Memory Errors.
I'm going to hazard a guess that the input to product() was a graph traversal iterator that got trapped in an undetected cycle. Feeding an infinite iterator into product() would eat all available memory, just as it would with list(). |
|
Date |
User |
Action |
Args |
2020-04-10 10:27:12 | rhettinger | set | recipients:
+ rhettinger, tim.peters, Dennis Sweeney, Henry Carscadden |
2020-04-10 10:27:12 | rhettinger | set | messageid: <1586514432.88.0.224518537639.issue40230@roundup.psfhosted.org> |
2020-04-10 10:27:12 | rhettinger | link | issue40230 messages |
2020-04-10 10:27:12 | rhettinger | create | |
|