This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients MHOOO, _doublep, georg.brandl, rhettinger
Date 2007-11-10.22:38:39
SpamBayes Score 0.06990926
Marked as misclassified No
Message-id <1194734319.63.0.170336128314.issue1417@psf.upfronthosting.co.za>
In-reply-to
Content
It's easier to see what is going on if you print the object ids.  The 
id of self.bla is different than the subsequent c1.bla.  The first is 
freed before the second gets created.
History
Date User Action Args
2007-11-10 22:38:39rhettingersetspambayes_score: 0.0699093 -> 0.06990926
recipients: + rhettinger, georg.brandl, _doublep, MHOOO
2007-11-10 22:38:39rhettingersetspambayes_score: 0.0699093 -> 0.0699093
messageid: <1194734319.63.0.170336128314.issue1417@psf.upfronthosting.co.za>
2007-11-10 22:38:39rhettingerlinkissue1417 messages
2007-11-10 22:38:39rhettingercreate