pele-python / mcpele

Monte Carlo and parallel tempering routines built on the pele foundation
Other
20 stars 5 forks source link

Cython shared ptr #7

Closed smcantab closed 10 years ago

smcantab commented 10 years ago

all pointers in cython wrappers for mc modules have been replaced with shared_ptr, this should make sure that memory is not freed even if python/cython decide that the modules have gone out of scope. We expect that cpp will have the last say on when the memory should be freed

js850 commented 10 years ago

can you merge master into this branch so you get the new fixed travis file?

js850 commented 10 years ago

looks good I think. But the c++ tests need to be updated