Fix possible circular reference with property maps
Use weakrefs to keep track of known property maps in graphs, and owner graphs in property maps to avoid circular references, which may lead to memory leaks. This also fixes a vertex removal bug.
Showing
Please register or sign in to comment