id summary reporter owner description type status milestone component version severity resolution keywords cc 917 boost::python::dictionary memory leak Ralf W. Grosse-Kunstleve david_abrahams "{{{ The file root/libs/python/example/pickle3.cpp contains (commented-out) code that results in a memory leak: //odict[k] = pdict[k]; // XXX memory leak! odict[k] = pdict.get_item(k); // this does not leak. Both odict and pdict are of type boost::python::dictionary. }}}" Bugs closed python USE GITHUB None Out of Date