From: Ethan Glasser-C. <gla...@us...> - 2007-06-14 19:23:04
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22072 Modified Files: ChangeLog Log Message: * heightfielddata.pyx: Save a reference to the data tuple, because otherwise it gets garbage collected and causes problems. Thanks to Dan Miller for finding the bug and figuring it out. Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** ChangeLog 14 Jun 2007 18:16:47 -0000 1.19 --- ChangeLog 14 Jun 2007 19:23:02 -0000 1.20 *************** *** 4,8 **** * Reverted weakref patch -- it causes some kind of strange bug. I'll look into it later. ! 2007-06-05 Matthias Baas <mb...@us...> --- 4,11 ---- * Reverted weakref patch -- it causes some kind of strange bug. I'll look into it later. ! * heightfielddata.pyx: Save a reference to the data tuple, because ! otherwise it gets garbage collected and causes problems. Thanks ! to Dan Miller for finding the bug and figuring it out. ! 2007-06-05 Matthias Baas <mb...@us...> |