Comment 2 for bug 566902

Revision history for this message
Tamás Nepusz (ntamas) wrote :

Some more details:

- the leak happens with smaller graphs as well (if they have at least a single edge)
- the leak does not happen if I create the graph with the same call that unpickling would have used. Since unpickling just calls the appropriate __init__ method, this is weird.

Will investigate further when time allows.